Societe Generale is hiring!
Position: Analyst
Qualifications: Bachelorโs/ Master's Degree
Salary: 4 - 7 LPA (Expected)
Experience: Entry Level
Location: Bangalore, India (Hybrid)
๐Apply Now: https://careers.societegenerale.com/en/job-offers/analyst-24000PV0-en?src=JB-14381
Position: Analyst
Qualifications: Bachelorโs/ Master's Degree
Salary: 4 - 7 LPA (Expected)
Experience: Entry Level
Location: Bangalore, India (Hybrid)
๐Apply Now: https://careers.societegenerale.com/en/job-offers/analyst-24000PV0-en?src=JB-14381
๐1
7 Best GitHub Repositories to Break into Data Analytics and Data Science
If you're diving into data science or data analytics, these repositories will give you the edge you need. Check them out:
1๏ธโฃ 100-Days-Of-ML-Code
๐ https://github.com/Avik-Jain/100-Days-Of-ML-Code
โญ๏ธ Stars: ~42k
2๏ธโฃ awesome-datascience
๐ https://github.com/academic/awesome-datascience
โญ๏ธ Stars: ~22.7k
3๏ธโฃ Data-Science-For-Beginners
๐ https://github.com/microsoft/Data-Science-For-Beginners
โญ๏ธ Stars: ~14.5k
4๏ธโฃ data-science-interviews
๐ https://github.com/alexeygrigorev/data-science-interviews
โญ๏ธ Stars: ~5.8k
5๏ธโฃ Coding and ML System Design
๐ https://github.com/weeeBox/coding-and-ml-system-design
โญ๏ธ Stars: ~3.5k
6๏ธโฃ Machine Learning Interviews from MAANG
๐ https://github.com/arunkumarpillai/Machine-Learning-Interviews
โญ๏ธ Stars: ~8.1k
7๏ธโฃ data-science-ipython-notebooks
๐ https://github.com/donnemartin/data-science-ipython-notebooks
โญ๏ธ Stars: ~27.2k
Explore these amazing resources and take your data science journey to the next level! ๐
#DataScience #DataAnalytics #GitHub #MachineLearning #CodingSkills
If you're diving into data science or data analytics, these repositories will give you the edge you need. Check them out:
1๏ธโฃ 100-Days-Of-ML-Code
๐ https://github.com/Avik-Jain/100-Days-Of-ML-Code
โญ๏ธ Stars: ~42k
2๏ธโฃ awesome-datascience
๐ https://github.com/academic/awesome-datascience
โญ๏ธ Stars: ~22.7k
3๏ธโฃ Data-Science-For-Beginners
๐ https://github.com/microsoft/Data-Science-For-Beginners
โญ๏ธ Stars: ~14.5k
4๏ธโฃ data-science-interviews
๐ https://github.com/alexeygrigorev/data-science-interviews
โญ๏ธ Stars: ~5.8k
5๏ธโฃ Coding and ML System Design
๐ https://github.com/weeeBox/coding-and-ml-system-design
โญ๏ธ Stars: ~3.5k
6๏ธโฃ Machine Learning Interviews from MAANG
๐ https://github.com/arunkumarpillai/Machine-Learning-Interviews
โญ๏ธ Stars: ~8.1k
7๏ธโฃ data-science-ipython-notebooks
๐ https://github.com/donnemartin/data-science-ipython-notebooks
โญ๏ธ Stars: ~27.2k
Explore these amazing resources and take your data science journey to the next level! ๐
#DataScience #DataAnalytics #GitHub #MachineLearning #CodingSkills
GitHub
GitHub - Avik-Jain/100-Days-Of-ML-Code: 100 Days of ML Coding
100 Days of ML Coding. Contribute to Avik-Jain/100-Days-Of-ML-Code development by creating an account on GitHub.
๐3โค2
if you're a data analyst.
you need to clean data as your job
This is how you should learn data cleaning for 2025:
โ Learn how to handle missing values
โ Learn data normalization and standardization
โ Learn to remove duplicates
โ Learn how to handle outliers
โ Learn how to merge and join datasets
โ Learn to identify and correct data inconsistencies
Data cleaning is an essential step to make your analysis meaningful.
you need to clean data as your job
This is how you should learn data cleaning for 2025:
โ Learn how to handle missing values
โ Learn data normalization and standardization
โ Learn to remove duplicates
โ Learn how to handle outliers
โ Learn how to merge and join datasets
โ Learn to identify and correct data inconsistencies
Data cleaning is an essential step to make your analysis meaningful.
โค3๐2
THOMSON REUTERS is Hiring for DATA ENGINEER
Role:- DATA ENGINEER
Qualifications:- GRADUATION
Experience:- Fresher's and Experienced
Mode:- WORK FROM OFFICE
CTC:- 15 LPA
Location:- BANGALORE, KARNATAKA & HYDERABAD, TELANGANA
Apply Now:- https://careers.thomsonreuters.com/us/en/job/THTTRUUSJREQ185931EXTERNALENUS/Data-Engineer
Role:- DATA ENGINEER
Qualifications:- GRADUATION
Experience:- Fresher's and Experienced
Mode:- WORK FROM OFFICE
CTC:- 15 LPA
Location:- BANGALORE, KARNATAKA & HYDERABAD, TELANGANA
Apply Now:- https://careers.thomsonreuters.com/us/en/job/THTTRUUSJREQ185931EXTERNALENUS/Data-Engineer
๐1
1. Handling Missing Values
- Kaggle Tutorial: [Handling Missing Values](https://www.kaggle.com/learn/data-cleaning)
- YouTube Video: ["Dealing with Missing Data in Python"](https://www.youtube.com/watch?v=wvsE8jm1GzE) by Data School
- Blog Post: [Complete Guide to Handling Missing Data in Python](https://towardsdatascience.com/complete-guide-to-handling-missing-data-in-python-95c1221fba0e)
---
2. Data Normalization and Standardization
- Blog Post: [Normalization vs. Standardization Explained](https://machinelearningmastery.com/normalize-standardize-machine-learning-data-python/)
- Interactive Course: [Feature Scaling and Normalization (DataCamp)](https://www.datacamp.com/)
- YouTube Video: ["Feature Scaling in Machine Learning"](https://www.youtube.com/watch?v=UvK0B5JZpM8) by StatQuest
---
3. Removing Duplicates
- Official Pandas Documentation: [Pandas drop_duplicates()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.drop_duplicates.html)
- Video: ["Removing Duplicates in Python"](https://www.youtube.com/watch?v=QHRrl4Il2Og) by Corey Schafer
- Blog Post: [How to Remove Duplicates Using Python](https://realpython.com/python-data-cleaning-numpy-pandas/)
---
4. Handling Outliers
- Blog Post: [5 Methods to Deal with Outliers in Data](https://towardsdatascience.com/handling-outliers-in-your-data-7cde6b4d76bb)
- Video: ["Identifying and Handling Outliers in Python"](https://www.youtube.com/watch?v=TN-xVNUcDk8) by Krish Naik
- Jupyter Notebook Example: [Outlier Detection with Python](https://github.com/datascience-projects)
---
5. Merging and Joining Datasets
- Pandas Documentation: [Merging, Joining, and Concatenating](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html)
- Video: ["Pandas Merging and Joining"](https://www.youtube.com/watch?v=g7n1MKo7WgQ) by Corey Schafer
- Interactive Course: [Data Manipulation with Pandas (DataCamp)](https://www.datacamp.com/)
---
6. Identifying and Correcting Data Inconsistencies
- Blog Post: [Python for Data Cleaning](https://towardsdatascience.com/python-for-data-cleaning-a-step-by-step-guide-to-deal-with-data-inconsistencies-c08f06fca8c8)
- Video Tutorial: ["Python for Data Cleaning"](https://www.youtube.com/watch?v=B_L0v1xRb6E)
- Project-Based Learning: [Data Cleaning in Python Mini-Projects](https://github.com/topics/data-cleaning)
---
๐ก Pro Tip: Practice real-world data cleaning tasks using open datasets on platforms like:
- [Kaggle Datasets](https://www.kaggle.com/datasets)
- [Data World](https://data.world/)
- [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/index.php)
- Kaggle Tutorial: [Handling Missing Values](https://www.kaggle.com/learn/data-cleaning)
- YouTube Video: ["Dealing with Missing Data in Python"](https://www.youtube.com/watch?v=wvsE8jm1GzE) by Data School
- Blog Post: [Complete Guide to Handling Missing Data in Python](https://towardsdatascience.com/complete-guide-to-handling-missing-data-in-python-95c1221fba0e)
---
2. Data Normalization and Standardization
- Blog Post: [Normalization vs. Standardization Explained](https://machinelearningmastery.com/normalize-standardize-machine-learning-data-python/)
- Interactive Course: [Feature Scaling and Normalization (DataCamp)](https://www.datacamp.com/)
- YouTube Video: ["Feature Scaling in Machine Learning"](https://www.youtube.com/watch?v=UvK0B5JZpM8) by StatQuest
---
3. Removing Duplicates
- Official Pandas Documentation: [Pandas drop_duplicates()](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.drop_duplicates.html)
- Video: ["Removing Duplicates in Python"](https://www.youtube.com/watch?v=QHRrl4Il2Og) by Corey Schafer
- Blog Post: [How to Remove Duplicates Using Python](https://realpython.com/python-data-cleaning-numpy-pandas/)
---
4. Handling Outliers
- Blog Post: [5 Methods to Deal with Outliers in Data](https://towardsdatascience.com/handling-outliers-in-your-data-7cde6b4d76bb)
- Video: ["Identifying and Handling Outliers in Python"](https://www.youtube.com/watch?v=TN-xVNUcDk8) by Krish Naik
- Jupyter Notebook Example: [Outlier Detection with Python](https://github.com/datascience-projects)
---
5. Merging and Joining Datasets
- Pandas Documentation: [Merging, Joining, and Concatenating](https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html)
- Video: ["Pandas Merging and Joining"](https://www.youtube.com/watch?v=g7n1MKo7WgQ) by Corey Schafer
- Interactive Course: [Data Manipulation with Pandas (DataCamp)](https://www.datacamp.com/)
---
6. Identifying and Correcting Data Inconsistencies
- Blog Post: [Python for Data Cleaning](https://towardsdatascience.com/python-for-data-cleaning-a-step-by-step-guide-to-deal-with-data-inconsistencies-c08f06fca8c8)
- Video Tutorial: ["Python for Data Cleaning"](https://www.youtube.com/watch?v=B_L0v1xRb6E)
- Project-Based Learning: [Data Cleaning in Python Mini-Projects](https://github.com/topics/data-cleaning)
---
๐ก Pro Tip: Practice real-world data cleaning tasks using open datasets on platforms like:
- [Kaggle Datasets](https://www.kaggle.com/datasets)
- [Data World](https://data.world/)
- [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/index.php)
Kaggle
Learn Data Cleaning Tutorials
Master efficient workflows for cleaning real-world, messy data.
โค3๐3
๐๐๐ฏ๐จ๐ฅ๐ฎ๐ญ - ๐๐จ๐ซ๐ค ๐
๐ซ๐จ๐ฆ ๐๐จ๐ฆ๐
Position: Business Analyst
Qualification: Bachelor's/ Master's Degree
Salary: 5 - 8 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Work From Home (Remote)
๐Apply Now: https://www.revolut.com/careers/position/75445311-c0e0-4b6d-90d4-d4a23226831c/
Position: Business Analyst
Qualification: Bachelor's/ Master's Degree
Salary: 5 - 8 LPA (Expected)
Experienc๏ปฟe: Freshers/ Experienced
Location: Work From Home (Remote)
๐Apply Now: https://www.revolut.com/careers/position/75445311-c0e0-4b6d-90d4-d4a23226831c/
Revolut
Business Analyst (Regulatory Reporting Functional) | Revolut United Kingdom
Join the people creating a one-stop shop for financial freedom
๐1
Atlassian is hiring!
Position: Data Engineer, Analytics & Data Science
Qualifications: Bachelorโs/ Masterโs Degree
Salary: 15 - 21 LPA (Expected)
Experience: 1 - 2 (Years)
Location: Bengaluru, India
๐Apply Now: https://careers-apac-atlassian.icims.com/jobs/17667/data-engineer/job?iis=LinkedIn&iisn=LinkedIn_Job_Ad&mobile=false&width=1215&height=500&bga=true&needsRedirect=false&jan1offset=330&jun1offset=330
Like for more โค๏ธ
Position: Data Engineer, Analytics & Data Science
Qualifications: Bachelorโs/ Masterโs Degree
Salary: 15 - 21 LPA (Expected)
Experience: 1 - 2 (Years)
Location: Bengaluru, India
๐Apply Now: https://careers-apac-atlassian.icims.com/jobs/17667/data-engineer/job?iis=LinkedIn&iisn=LinkedIn_Job_Ad&mobile=false&width=1215&height=500&bga=true&needsRedirect=false&jan1offset=330&jun1offset=330
Like for more โค๏ธ
Australia | India Careers (External)
Data Engineer in Bengaluru | Careers at Bengaluru - India
Working at Atlassian
Atlassians can choose where they work โ whether in an office, from home, or a combination of the two. That way, Atlassians have more control over supporting their family, personal goals, and other priorities. We can hire people in anyโฆ
Atlassians can choose where they work โ whether in an office, from home, or a combination of the two. That way, Atlassians have more control over supporting their family, personal goals, and other priorities. We can hire people in anyโฆ
โค1
python cheetsheet.pdf
2.4 MB
*Python*
โ High-Level & Easy to Learn โ Simple syntax, readable code, and beginner-friendly.
โ Interpreted Language โ No need for compilation; executed line by line.
โ Dynamically Typed โ No need to declare variable types; Python determines them at runtime.
โ Versatile & Multi-Purpose โ Used in Web Development, Data Science, AI, ML, Automation, Cybersecurity, and more.
โ Extensive Libraries & Frameworks โ Supports TensorFlow, NumPy, Pandas, Flask, Django, OpenCV, etc.
โ Object-Oriented & Functional โ Supports both OOP and functional programming paradigms.
โ Cross-Platform โ Runs on Windows, macOS, Linux, and even mobile devices.
โ Large Community & Support โ One of the most widely used languages with extensive documentation and forums.
โ Automation & Scripting โ Ideal for task automation, web scraping, and workflow management.
โ Strong Integration โ Works with C, C++, Java, SQL, and various APIs.
โ High-Level & Easy to Learn โ Simple syntax, readable code, and beginner-friendly.
โ Interpreted Language โ No need for compilation; executed line by line.
โ Dynamically Typed โ No need to declare variable types; Python determines them at runtime.
โ Versatile & Multi-Purpose โ Used in Web Development, Data Science, AI, ML, Automation, Cybersecurity, and more.
โ Extensive Libraries & Frameworks โ Supports TensorFlow, NumPy, Pandas, Flask, Django, OpenCV, etc.
โ Object-Oriented & Functional โ Supports both OOP and functional programming paradigms.
โ Cross-Platform โ Runs on Windows, macOS, Linux, and even mobile devices.
โ Large Community & Support โ One of the most widely used languages with extensive documentation and forums.
โ Automation & Scripting โ Ideal for task automation, web scraping, and workflow management.
โ Strong Integration โ Works with C, C++, Java, SQL, and various APIs.
๐4
Learn SQL from basic to advanced level in 30 days
Week 1: SQL Basics
Day 1: Introduction to SQL and Relational Databases
Overview of SQL Syntax
Setting up a Database (MySQL, PostgreSQL, or SQL Server)
Day 2: Data Types (Numeric, String, Date, etc.)
Writing Basic SQL Queries:
SELECT, FROM
Day 3: WHERE Clause for Filtering Data
Using Logical Operators:
AND, OR, NOT
Day 4: Sorting Data: ORDER BY
Limiting Results: LIMIT and OFFSET
Understanding DISTINCT
Day 5: Aggregate Functions:
COUNT, SUM, AVG, MIN, MAX
Day 6: Grouping Data: GROUP BY and HAVING
Combining Filters with Aggregations
Day 7: Review Week 1 Topics with Hands-On Practice
Solve SQL Exercises on platforms like HackerRank, LeetCode, or W3Schools
Week 2: Intermediate SQL
Day 8: SQL JOINS:
INNER JOIN, LEFT JOIN
Day 9: SQL JOINS Continued: RIGHT JOIN, FULL OUTER JOIN, SELF JOIN
Day 10: Working with NULL Values
Using Conditional Logic with CASE Statements
Day 11: Subqueries: Simple Subqueries (Single-row and Multi-row)
Correlated Subqueries
Day 12: String Functions:
CONCAT, SUBSTRING, LENGTH, REPLACE
Day 13: Date and Time Functions: NOW, CURDATE, DATEDIFF, DATEADD
Day 14: Combining Results: UNION, UNION ALL, INTERSECT, EXCEPT
Review Week 2 Topics and Practice
Week 3: Advanced SQL
Day 15: Common Table Expressions (CTEs)
WITH Clauses and Recursive Queries
Day 16: Window Functions:
ROW_NUMBER, RANK, DENSE_RANK, NTILE
Day 17: More Window Functions:
LEAD, LAG, FIRST_VALUE, LAST_VALUE
Day 18: Creating and Managing Views
Temporary Tables and Table Variables
Day 19: Transactions and ACID Properties
Working with Indexes for Query Optimization
Day 20: Error Handling in SQL
Writing Dynamic SQL Queries
Day 21: Review Week 3 Topics with Complex Query Practice
Solve Intermediate to Advanced SQL Challenges
Week 4: Database Management and Advanced Applications
Day 22: Database Design and Normalization:
1NF, 2NF, 3NF
Day 23: Constraints in SQL:
PRIMARY KEY, FOREIGN KEY, UNIQUE, CHECK, DEFAULT
Day 24: Creating and Managing Indexes
Understanding Query Execution Plans
Day 25: Backup and Restore Strategies in SQL
Role-Based Permissions
Day 26: Pivoting and Unpivoting Data
Working with JSON and XML in SQL
Day 27: Writing Stored Procedures and Functions
Automating Processes with Triggers
Day 28: Integrating SQL with Other Tools (e.g., Python, Power BI, Tableau)
SQL in Big Data: Introduction to NoSQL
Day 29: Query Performance Tuning:
Tips and Tricks to Optimize SQL Queries
Day 30: Final Review of All Topics
Attempt SQL Projects or Case Studies (e.g., analyzing sales data, building a reporting dashboard)
Since SQL is one of the most essential skill for data analysts, I have decided to teach each topic daily in this channel for free.
Like this post if you want me to continue this SQL series ๐โฅ๏ธ
Hope it helps:)
Week 1: SQL Basics
Day 1: Introduction to SQL and Relational Databases
Overview of SQL Syntax
Setting up a Database (MySQL, PostgreSQL, or SQL Server)
Day 2: Data Types (Numeric, String, Date, etc.)
Writing Basic SQL Queries:
SELECT, FROM
Day 3: WHERE Clause for Filtering Data
Using Logical Operators:
AND, OR, NOT
Day 4: Sorting Data: ORDER BY
Limiting Results: LIMIT and OFFSET
Understanding DISTINCT
Day 5: Aggregate Functions:
COUNT, SUM, AVG, MIN, MAX
Day 6: Grouping Data: GROUP BY and HAVING
Combining Filters with Aggregations
Day 7: Review Week 1 Topics with Hands-On Practice
Solve SQL Exercises on platforms like HackerRank, LeetCode, or W3Schools
Week 2: Intermediate SQL
Day 8: SQL JOINS:
INNER JOIN, LEFT JOIN
Day 9: SQL JOINS Continued: RIGHT JOIN, FULL OUTER JOIN, SELF JOIN
Day 10: Working with NULL Values
Using Conditional Logic with CASE Statements
Day 11: Subqueries: Simple Subqueries (Single-row and Multi-row)
Correlated Subqueries
Day 12: String Functions:
CONCAT, SUBSTRING, LENGTH, REPLACE
Day 13: Date and Time Functions: NOW, CURDATE, DATEDIFF, DATEADD
Day 14: Combining Results: UNION, UNION ALL, INTERSECT, EXCEPT
Review Week 2 Topics and Practice
Week 3: Advanced SQL
Day 15: Common Table Expressions (CTEs)
WITH Clauses and Recursive Queries
Day 16: Window Functions:
ROW_NUMBER, RANK, DENSE_RANK, NTILE
Day 17: More Window Functions:
LEAD, LAG, FIRST_VALUE, LAST_VALUE
Day 18: Creating and Managing Views
Temporary Tables and Table Variables
Day 19: Transactions and ACID Properties
Working with Indexes for Query Optimization
Day 20: Error Handling in SQL
Writing Dynamic SQL Queries
Day 21: Review Week 3 Topics with Complex Query Practice
Solve Intermediate to Advanced SQL Challenges
Week 4: Database Management and Advanced Applications
Day 22: Database Design and Normalization:
1NF, 2NF, 3NF
Day 23: Constraints in SQL:
PRIMARY KEY, FOREIGN KEY, UNIQUE, CHECK, DEFAULT
Day 24: Creating and Managing Indexes
Understanding Query Execution Plans
Day 25: Backup and Restore Strategies in SQL
Role-Based Permissions
Day 26: Pivoting and Unpivoting Data
Working with JSON and XML in SQL
Day 27: Writing Stored Procedures and Functions
Automating Processes with Triggers
Day 28: Integrating SQL with Other Tools (e.g., Python, Power BI, Tableau)
SQL in Big Data: Introduction to NoSQL
Day 29: Query Performance Tuning:
Tips and Tricks to Optimize SQL Queries
Day 30: Final Review of All Topics
Attempt SQL Projects or Case Studies (e.g., analyzing sales data, building a reporting dashboard)
Since SQL is one of the most essential skill for data analysts, I have decided to teach each topic daily in this channel for free.
Like this post if you want me to continue this SQL series ๐โฅ๏ธ
Hope it helps:)
๐21โค7๐1
๐4
DA charts.pdf
607.4 KB
๐ Master Data Visualization & Charts for Data Analysis!
Want to make your data analysis more insightful with stunning visualizations? ๐โจ Learn how to use charts, graphs, and dashboards to uncover hidden patterns and tell compelling data stories!
Turn your raw data into clear, meaningful, and powerful visual insights today! ๐ฅ
Want to make your data analysis more insightful with stunning visualizations? ๐โจ Learn how to use charts, graphs, and dashboards to uncover hidden patterns and tell compelling data stories!
Turn your raw data into clear, meaningful, and powerful visual insights today! ๐ฅ
๐ฅ4๐2
Day 1: Introduction to SQL and Relational Databases
Welcome to Day 1 of your SQL learning journey! ๐
SQL (Structured Query Language) is the language of databases and is widely used for managing and analyzing data. Whether you're aiming for a career in Data Science, Data Analysis, Web Development, or Finance, SQL is an essential skill to master.
---
๐ What is SQL?
SQL stands for Structured Query Language and is used to communicate with databases. It helps you store, retrieve, manipulate, and manage data in a structured way.
Imagine a library database where details of books (title, author, genre, availability) are stored in tables. With SQL, you can:
โ Find a book by its title
โ Get a list of all books by a specific author
โ Check how many books are available in a genre
โ Add new books to the library collection
โ Delete outdated records
---
๐ What is a Database?
A database is an organized collection of data that allows easy access, management, and updating.
There are two main types of databases:
1๏ธโฃ Relational Databases (RDBMS): Data is stored in tables (like Excel). Examples: MySQL, PostgreSQL, SQL Server, SQLite.
2๏ธโฃ Non-Relational Databases (NoSQL): Data is stored in key-value pairs, JSON, or documents. Examples: MongoDB, Firebase.
SQL works with Relational Databases (RDBMS).
---
๐ What is a Table?
A table is like a spreadsheet in Excel, with rows and columns.
๐ Example: A simple "Students" table
| Student_ID | Name | Age | Grade |
|------------|-------|-----|--------|
| 1 | Alex | 18 | A |
| 2 | Emma | 19 | B |
| 3 | John | 18 | A |
Each row represents a student, and each column stores a specific type of data (ID, Name, Age, Grade).
---
๐ SQL Commands Overview
SQL has different types of commands to manage data:
๐น Data Query Language (DQL) โ Used for fetching data
๐ธ
๐น Data Manipulation Language (DML) โ Used for modifying data
๐ธ
๐ธ
๐ธ
๐น Data Definition Language (DDL) โ Used for creating and modifying tables
๐ธ
๐ธ
๐ธ
๐น Data Control Language (DCL) โ Used for user permissions
๐ธ
๐ธ
๐น Transaction Control Language (TCL) โ Used for managing transactions
๐ธ
๐ธ
---
๐ Setting Up a Database
To practice SQL, you need a database environment. You can use:
1๏ธโฃ Online SQL Editors โ No installation needed
- [SQL Fiddle](http://sqlfiddle.com/)
- [W3Schools SQL Editor](https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all)
2๏ธโฃ Install a Database Software
- MySQL (Popular for beginners) โ [Download](https://www.mysql.com/downloads/)
- PostgreSQL (Advanced features) โ [Download](https://www.postgresql.org/download/)
- SQL Server (Used in enterprises) โ [Download](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)
---
๐ Writing Your First SQL Query
Letโs retrieve all data from a Students table using the
Explanation:
-
-
-
---
๐ฏ Task for Today
1๏ธโฃ Understand the basic SQL commands mentioned above.
2๏ธโฃ Try an online SQL editor and execute
3๏ธโฃ Install MySQL or PostgreSQL (optional, but recommended).
---
๐ Thatโs it for Day 1! Tomorrow, weโll learn about SQL Data Types and start writing basic queries. ๐
๐ก Like & comment if you're excited to continue this series! ๐โค๏ธ
Welcome to Day 1 of your SQL learning journey! ๐
SQL (Structured Query Language) is the language of databases and is widely used for managing and analyzing data. Whether you're aiming for a career in Data Science, Data Analysis, Web Development, or Finance, SQL is an essential skill to master.
---
๐ What is SQL?
SQL stands for Structured Query Language and is used to communicate with databases. It helps you store, retrieve, manipulate, and manage data in a structured way.
Imagine a library database where details of books (title, author, genre, availability) are stored in tables. With SQL, you can:
โ Find a book by its title
โ Get a list of all books by a specific author
โ Check how many books are available in a genre
โ Add new books to the library collection
โ Delete outdated records
---
๐ What is a Database?
A database is an organized collection of data that allows easy access, management, and updating.
There are two main types of databases:
1๏ธโฃ Relational Databases (RDBMS): Data is stored in tables (like Excel). Examples: MySQL, PostgreSQL, SQL Server, SQLite.
2๏ธโฃ Non-Relational Databases (NoSQL): Data is stored in key-value pairs, JSON, or documents. Examples: MongoDB, Firebase.
SQL works with Relational Databases (RDBMS).
---
๐ What is a Table?
A table is like a spreadsheet in Excel, with rows and columns.
๐ Example: A simple "Students" table
| Student_ID | Name | Age | Grade |
|------------|-------|-----|--------|
| 1 | Alex | 18 | A |
| 2 | Emma | 19 | B |
| 3 | John | 18 | A |
Each row represents a student, and each column stores a specific type of data (ID, Name, Age, Grade).
---
๐ SQL Commands Overview
SQL has different types of commands to manage data:
๐น Data Query Language (DQL) โ Used for fetching data
๐ธ
SELECT โ Retrieve data from tables ๐น Data Manipulation Language (DML) โ Used for modifying data
๐ธ
INSERT โ Add new data ๐ธ
UPDATE โ Modify existing data ๐ธ
DELETE โ Remove data ๐น Data Definition Language (DDL) โ Used for creating and modifying tables
๐ธ
CREATE TABLE โ Create a new table ๐ธ
ALTER TABLE โ Modify table structure ๐ธ
DROP TABLE โ Delete a table ๐น Data Control Language (DCL) โ Used for user permissions
๐ธ
GRANT โ Give permissions ๐ธ
REVOKE โ Remove permissions ๐น Transaction Control Language (TCL) โ Used for managing transactions
๐ธ
COMMIT โ Save changes permanently ๐ธ
ROLLBACK โ Undo changes ---
๐ Setting Up a Database
To practice SQL, you need a database environment. You can use:
1๏ธโฃ Online SQL Editors โ No installation needed
- [SQL Fiddle](http://sqlfiddle.com/)
- [W3Schools SQL Editor](https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all)
2๏ธโฃ Install a Database Software
- MySQL (Popular for beginners) โ [Download](https://www.mysql.com/downloads/)
- PostgreSQL (Advanced features) โ [Download](https://www.postgresql.org/download/)
- SQL Server (Used in enterprises) โ [Download](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)
---
๐ Writing Your First SQL Query
Letโs retrieve all data from a Students table using the
SELECT statement. SELECT * FROM Students;
Explanation:
-
SELECT โ Tells SQL to retrieve data -
* โ Means "all columns" -
FROM Students โ Specifies the table name ---
๐ฏ Task for Today
1๏ธโฃ Understand the basic SQL commands mentioned above.
2๏ธโฃ Try an online SQL editor and execute
SELECT * FROM Students; 3๏ธโฃ Install MySQL or PostgreSQL (optional, but recommended).
---
๐ Thatโs it for Day 1! Tomorrow, weโll learn about SQL Data Types and start writing basic queries. ๐
๐ก Like & comment if you're excited to continue this series! ๐โค๏ธ
Sqlfiddle
SQL Fiddle - Online SQL Compiler for learning & practice
Discover our free online SQL editor enhanced with AI to chat, explain, and generate code. Support SQL Server, MySQL, MariaDB, PostgreSQL, and SQLite.
๐15๐ฅ5
Day 2: SQL Data Types and Writing Basic Queries
Welcome to Day 2 of your SQL learning journey! ๐
Today, weโll cover two important topics:
โ Data Types in SQL โ Understanding different types of data in a database
โ Writing Basic SQL Queries โ Learning how to retrieve data using SQL
By the end of this lesson, youโll be able to create a table and write your first SQL query to fetch data! ๐
---
๐ What Are Data Types in SQL?
A data type defines the kind of data a column can store. Each column in a table must have a specific data type to ensure that data is stored correctly.
For example, a "Name" column should store text, while an "Age" column should store numbers.
---
๐ Common SQL Data Types (MySQL, PostgreSQL, SQL Server)
1๏ธโฃ Numeric Data Types (Used for storing numbers)
| Data Type | Description | Example |
|-----------|------------|---------|
|
|
|
๐น Example: If youโre storing student ages, use
---
2๏ธโฃ String (Text) Data Types
| Data Type | Description | Example |
|-----------|------------|---------|
|
|
|
๐น Example: A column storing names should be
---
3๏ธโฃ Date and Time Data Types
| Data Type | Description | Example |
|-----------|------------|---------|
|
|
|
|
๐น Example: If youโre storing a studentโs birth date, use
---
๐ Creating a Table in SQL
Now that we understand data types, letโs create a table for our students.
๐น Explanation:
-
-
-
-
-
-
---
๐ Writing Basic SQL Queries
Now, letโs insert some data and retrieve it using SQL queries.
1๏ธโฃ Inserting Data into a Table
๐น Explanation:
-
-
-
Now, letโs add a few more students:
---
2๏ธโฃ Retrieving Data Using `SELECT` Statement
To see all student records, use:
๐น Explanation:
-
-
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
---
Welcome to Day 2 of your SQL learning journey! ๐
Today, weโll cover two important topics:
โ Data Types in SQL โ Understanding different types of data in a database
โ Writing Basic SQL Queries โ Learning how to retrieve data using SQL
By the end of this lesson, youโll be able to create a table and write your first SQL query to fetch data! ๐
---
๐ What Are Data Types in SQL?
A data type defines the kind of data a column can store. Each column in a table must have a specific data type to ensure that data is stored correctly.
For example, a "Name" column should store text, while an "Age" column should store numbers.
---
๐ Common SQL Data Types (MySQL, PostgreSQL, SQL Server)
1๏ธโฃ Numeric Data Types (Used for storing numbers)
| Data Type | Description | Example |
|-----------|------------|---------|
|
INT | Stores whole numbers | 25, 100, -50 | |
DECIMAL(p, s) | Stores decimal numbers with precision | 12.34, 99.99 | |
FLOAT / REAL | Stores floating-point numbers | 1.23, 3.14 | ๐น Example: If youโre storing student ages, use
INT. If youโre storing bank balances, use DECIMAL. ---
2๏ธโฃ String (Text) Data Types
| Data Type | Description | Example |
|-----------|------------|---------|
|
CHAR(n) | Fixed-length string (n characters) | 'A', 'USA' | |
VARCHAR(n) | Variable-length string (up to n characters) | 'John Doe', 'Hello World' | |
TEXT | Large text data | 'This is a long description...' | ๐น Example: A column storing names should be
VARCHAR(50), meaning it can hold up to 50 characters. ---
3๏ธโฃ Date and Time Data Types
| Data Type | Description | Example |
|-----------|------------|---------|
|
DATE | Stores only the date (YYYY-MM-DD) | '2025-02-02' | |
TIME | Stores only the time (HH:MM:SS) | '14:30:00' | |
DATETIME | Stores both date and time | '2025-02-02 14:30:00' | |
TIMESTAMP | Stores date & time (used for logging) | '2025-02-02 14:30:00' | ๐น Example: If youโre storing a studentโs birth date, use
DATE. If youโre storing when a student logged in, use DATETIME. ---
๐ Creating a Table in SQL
Now that we understand data types, letโs create a table for our students.
CREATE TABLE Students (
Student_ID INT PRIMARY KEY,
Name VARCHAR(50),
Age INT,
Grade CHAR(1),
Enrollment_Date DATE
);
๐น Explanation:
-
CREATE TABLE Students โ Creates a table named Students -
Student_ID INT PRIMARY KEY โ Unique ID for each student -
Name VARCHAR(50) โ Stores student names (up to 50 characters) -
Age INT โ Stores student ages -
Grade CHAR(1) โ Stores single-character grades (A, B, C...) -
Enrollment_Date DATE โ Stores the date of enrollment ---
๐ Writing Basic SQL Queries
Now, letโs insert some data and retrieve it using SQL queries.
1๏ธโฃ Inserting Data into a Table
INSERT INTO Students (Student_ID, Name, Age, Grade, Enrollment_Date)
VALUES (1, 'John Doe', 18, 'A', '2023-09-01');
๐น Explanation:
-
INSERT INTO Students โ Adds a new record to the Students table -
(Student_ID, Name, Age, Grade, Enrollment_Date) โ Specifies the columns -
VALUES (1, 'John Doe', 18, 'A', '2023-09-01') โ Provides the values Now, letโs add a few more students:
INSERT INTO Students (Student_ID, Name, Age, Grade, Enrollment_Date)
VALUES
(2, 'Emma Smith', 19, 'B', '2022-08-15'),
(3, 'Alex Brown', 20, 'A', '2021-07-10'),
(4, 'Sophia Johnson', 18, 'C', '2023-01-20');
---
2๏ธโฃ Retrieving Data Using `SELECT` Statement
To see all student records, use:
SELECT * FROM Students;
๐น Explanation:
-
SELECT * โ Selects all columns -
FROM Students โ Specifies the Students table ๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
---
๐5โค1
3๏ธโฃ Retrieving Specific Columns
If you only want to see the Name and Age, run:
๐น Output:
| Name | Age |
|--------------|----|
| John Doe | 18 |
| Emma Smith | 19 |
| Alex Brown | 20 |
| Sophia Johnson| 18 |
---
4๏ธโฃ Filtering Data Using `WHERE` Clause
Find students who are 18 years old:
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
---
5๏ธโฃ Using Conditions (`AND`, `OR`)
Find students who are 18 years old and have Grade A:
Find students who are either 18 or 19 years old:
---
๐ฏ Task for Today
1๏ธโฃ Understand SQL data types and their usage.
2๏ธโฃ Create a Students table in an SQL editor.
3๏ธโฃ Insert at least 5 records into your table.
4๏ธโฃ Write `SELECT` queries to retrieve:
โ All students
โ Students aged 18
โ Only Name and Age
---
๐ Thatโs it for Day 2! Tomorrow, weโll learn about the WHERE clause and logical operators for filtering data efficiently. ๐
๐ก Like & comment if you're excited for Day 3! ๐โค๏ธ
If you only want to see the Name and Age, run:
SELECT Name, Age FROM Students;
๐น Output:
| Name | Age |
|--------------|----|
| John Doe | 18 |
| Emma Smith | 19 |
| Alex Brown | 20 |
| Sophia Johnson| 18 |
---
4๏ธโฃ Filtering Data Using `WHERE` Clause
Find students who are 18 years old:
SELECT * FROM Students WHERE Age = 18;
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
---
5๏ธโฃ Using Conditions (`AND`, `OR`)
Find students who are 18 years old and have Grade A:
SELECT * FROM Students WHERE Age = 18 AND Grade = 'A';
Find students who are either 18 or 19 years old:
SELECT * FROM Students WHERE Age = 18 OR Age = 19;
---
๐ฏ Task for Today
1๏ธโฃ Understand SQL data types and their usage.
2๏ธโฃ Create a Students table in an SQL editor.
3๏ธโฃ Insert at least 5 records into your table.
4๏ธโฃ Write `SELECT` queries to retrieve:
โ All students
โ Students aged 18
โ Only Name and Age
---
๐ Thatโs it for Day 2! Tomorrow, weโll learn about the WHERE clause and logical operators for filtering data efficiently. ๐
๐ก Like & comment if you're excited for Day 3! ๐โค๏ธ
๐4โค3
Day 3: Filtering Data Using the `WHERE` Clause and Logical Operators (`AND`, `OR`, `NOT`)
Welcome to Day 3 of your SQL journey! ๐
Yesterday, we learned about SQL data types and basic queries using `SELECT`. Today, we will take it further and learn how to filter data using the
By the end of this lesson, youโll be able to retrieve specific data based on conditions! ๐
---
๐ What is the `WHERE` Clause?
In real-world databases, tables contain thousands or even millions of records. If you only want to find specific data, you need a filtering method.
The
๐ Syntax:
---
๐ Using `WHERE` to Filter Data
Letโs take an example. We have a Students table with the following records:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
---
1๏ธโฃ Filtering Data with `WHERE` Clause
Example 1: Find all students who are 18 years old
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
โ Explanation:
- The query only selects students where
---
2๏ธโฃ Using `AND` Operator
The `AND` operator allows us to filter based on multiple conditions.
Example 2: Find students who are 18 years old AND have Grade A
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
โ Explanation:
- The query filters students who are both 18 years old AND have Grade A.
---
3๏ธโฃ Using `OR` Operator
The `OR` operator allows us to filter if at least one condition is met.
Example 3: Find students who are either 18 OR 19 years old
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
โ Explanation:
- The query selects students who are either 18 OR 19 years old.
---
4๏ธโฃ Using `NOT` Operator
The `NOT` operator helps us find records that do NOT match a certain condition.
Example 4: Find students who are NOT 18 years old
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|-----------|-----|-------|----------------|
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
โ Explanation:
- The query excludes students who are 18 years old.
---
๐ Combining `AND`, `OR`, and `NOT`
Example 5: Find students who are either Grade A OR Grade B, but NOT 18 years old
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|-----------|-----|-------|----------------|
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
โ Explanation:
- The query selects students who have Grade A OR B.
- But it excludes students who are 18 years old.
---
๐ Using Comparison Operators with `WHERE`
Welcome to Day 3 of your SQL journey! ๐
Yesterday, we learned about SQL data types and basic queries using `SELECT`. Today, we will take it further and learn how to filter data using the
WHERE clause and logical operators (AND, OR, NOT). By the end of this lesson, youโll be able to retrieve specific data based on conditions! ๐
---
๐ What is the `WHERE` Clause?
In real-world databases, tables contain thousands or even millions of records. If you only want to find specific data, you need a filtering method.
The
WHERE clause allows us to retrieve only the records that match certain conditions instead of displaying the entire table. ๐ Syntax:
SELECT column1, column2, ...
FROM table_name
WHERE condition;
---
๐ Using `WHERE` to Filter Data
Letโs take an example. We have a Students table with the following records:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
---
1๏ธโฃ Filtering Data with `WHERE` Clause
Example 1: Find all students who are 18 years old
SELECT * FROM Students WHERE Age = 18;
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
โ Explanation:
- The query only selects students where
Age = 18. ---
2๏ธโฃ Using `AND` Operator
The `AND` operator allows us to filter based on multiple conditions.
Example 2: Find students who are 18 years old AND have Grade A
SELECT * FROM Students WHERE Age = 18 AND Grade = 'A';
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
โ Explanation:
- The query filters students who are both 18 years old AND have Grade A.
---
3๏ธโฃ Using `OR` Operator
The `OR` operator allows us to filter if at least one condition is met.
Example 3: Find students who are either 18 OR 19 years old
SELECT * FROM Students WHERE Age = 18 OR Age = 19;
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|--------------|-----|-------|----------------|
| 1 | John Doe | 18 | A | 2023-09-01 |
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 4 | Sophia Johnson| 18 | C | 2023-01-20 |
โ Explanation:
- The query selects students who are either 18 OR 19 years old.
---
4๏ธโฃ Using `NOT` Operator
The `NOT` operator helps us find records that do NOT match a certain condition.
Example 4: Find students who are NOT 18 years old
SELECT * FROM Students WHERE NOT Age = 18;
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|-----------|-----|-------|----------------|
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
โ Explanation:
- The query excludes students who are 18 years old.
---
๐ Combining `AND`, `OR`, and `NOT`
Example 5: Find students who are either Grade A OR Grade B, but NOT 18 years old
SELECT * FROM Students WHERE (Grade = 'A' OR Grade = 'B') AND NOT Age = 18;
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|-----------|-----|-------|----------------|
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
โ Explanation:
- The query selects students who have Grade A OR B.
- But it excludes students who are 18 years old.
---
๐ Using Comparison Operators with `WHERE`
๐2โค1
| Operator | Meaning |
|----------|---------|
|
|
|
|
|
|
Example 6: Find students older than 18 years
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|-----------|-----|-------|----------------|
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
โ Explanation:
- The query selects students who are older than 18.
---
## ๐ฏ Task for Today
โ Write a query to find students who are exactly 19 years old.
โ Write a query to find students who are younger than 19.
โ Write a query to find students who are either 18 OR 20 years old.
โ Write a query to find students who are not Grade A.
โ Write a query to find students who are older than 18 AND have Grade B.
---
๐ Summary
โ
โ
โ
โ
โ We can combine multiple conditions using
---
๐ Thatโs it for Day 3! Tomorrow, weโll learn about sorting data using `ORDER BY`, limiting results with `LIMIT`, and removing duplicates using `DISTINCT`. ๐
Share with Credit: https://t.me/codingdidi
๐ก Like & comment if you're excited for Day 4! ๐โค๏ธ
|----------|---------|
|
= | Equals ||
!= or <> | Not Equal ||
> | Greater than ||
< | Less than ||
>= | Greater than or equal to ||
<= | Less than or equal to |Example 6: Find students older than 18 years
SELECT * FROM Students WHERE Age > 18;
๐น Output:
| Student_ID | Name | Age | Grade | Enrollment_Date |
|------------|-----------|-----|-------|----------------|
| 2 | Emma Smith | 19 | B | 2022-08-15 |
| 3 | Alex Brown | 20 | A | 2021-07-10 |
โ Explanation:
- The query selects students who are older than 18.
---
## ๐ฏ Task for Today
โ Write a query to find students who are exactly 19 years old.
โ Write a query to find students who are younger than 19.
โ Write a query to find students who are either 18 OR 20 years old.
โ Write a query to find students who are not Grade A.
โ Write a query to find students who are older than 18 AND have Grade B.
---
๐ Summary
โ
WHERE filters records based on a condition. โ
AND requires both conditions to be met. โ
OR requires at least one condition to be met. โ
NOT excludes specific records. โ We can combine multiple conditions using
AND, OR, and NOT. ---
๐ Thatโs it for Day 3! Tomorrow, weโll learn about sorting data using `ORDER BY`, limiting results with `LIMIT`, and removing duplicates using `DISTINCT`. ๐
Share with Credit: https://t.me/codingdidi
๐ก Like & comment if you're excited for Day 4! ๐โค๏ธ
Telegram
@Codingdidi
Free learning Resources For Data Analysts, Data science, ML, AI, GEN AI and Job updates, career growth, Tech updates
๐4
This is how you can learn everything:
1. 25 minutes of focused learning
2. 5 minutes break
3. 25 minutes of focused learning
4. 25 minutes break minimum
5. Optionally go back to step 1
You can complete this cycle 2 times max per day, and it works wonders.
1. 25 minutes of focused learning
2. 5 minutes break
3. 25 minutes of focused learning
4. 25 minutes break minimum
5. Optionally go back to step 1
You can complete this cycle 2 times max per day, and it works wonders.
๐4๐ฅ1
Hi, all
Your inputs are helping me make this SQL series more informative.
Do comments your inputs. โ
Happy Learning ๐
Your inputs are helping me make this SQL series more informative.
Do comments your inputs. โ
Happy Learning ๐