Getting started
4 lessons in the SQL course.
Full SQL course · Search this topic · Programming
- What Is SQL?Understand how SQL describes questions and changes for relational databases.
- Trying SQL with SQLiteInstall or open SQLite and run SQL against a small local database.
- Tables, Rows, and ColumnsRead the structure of relational data as tables made of rows and columns.
- SQL Data TypesChoose practical column types for text, numbers, dates, and other values.