SQL (Structured Query Language): a programming language that is used to manage relational databases and perform operations on the data that they contain. Relational Database: a collection of data that is organized in well-defined relationships. The most common type of database. Query: a statement...
CRUD Operations in SQL Learning Goals Use SQL to store data and retrieve it later on. Use SQLite to build relational databases on your computer. Perform CRUD operations on relational databases using SQL. Key Vocab SQL (Structured Query Language): a programming language that is used to manage re...