Notes 1
Notes 1
Big data is stored in a database. To interact with the data in the database, we need a language - SQL
Lesson 1
https://sqlbolt.com/lesson/select_queries_introduction
select * from movies ; (* is a shortcut in SQL, which means select all the column)
Lesson 2
https://sqlbolt.com/lesson/select_queries_with_constraints
https://sqlbolt.com/lesson/select_queries_with_constraints_pt_2
Lesson 4
https://sqlbolt.com/lesson/filtering_sorting_query_results
Lesson 5
https://sqlbolt.com/lesson/select_queries_review