| id | 1_basic_sql_commands/README |
|---|---|
| title | Basic SQL Commands |
This folder contains examples and problems related to fundamental SQL commands including SELECT, INSERT, UPDATE, DELETE, and basic clauses like WHERE, GROUP BY, HAVING, ORDER BY, and LIMIT.
- basic_sql_commands.sql - Examples of basic SQL commands
-
Big Countries
- Practice using SELECT and WHERE clauses
- Filter countries by area and population
-
Recyclable and Low Fat Products
- Practice using SELECT and WHERE clauses with multiple conditions
- Filter products by specific attributes
-
Find Customer Referee
- Practice using SELECT, WHERE, and handling NULL values
- Filter customers based on referee ID
-
Article Views I
- Practice using SELECT, WHERE, and DISTINCT
- Find authors who viewed their own articles
-
Invalid Tweets
- Practice using SELECT and WHERE with string functions
- Filter tweets based on content length
- Study the example file to understand the basic syntax and structure
- Work through the problems in order of difficulty
- Compare your solutions with the provided solutions
- Experiment with different ways to solve the same problem