You're on assignment part 1/2 for this lesson.
Structured Query Language, or SQL (pronounced "squeel" by the in-crowd), is the primary programming language used to manage and interact with relational databases. SQL can perform operations like creating, updating, reading, and deleting records within a database.
Click to play video
Generally speaking, SQL is extremely powerful and programmable. While spreadsheets are great for simple manual data manipulation, SQL is designed for automated and scalable data operations. It can handle large datasets, complex queries, and integrate easily with general purpose programming languages like Python, TypeScript, and Go.