SQL
Learn Complete SQL
Basic SQL
- SQL Introduction
- Why SQL?
- How Databases Store Data
- Types of Databases
Data Definition Language
- Write common SQL commands with CREATE TABLE and ALTER TABLE
- Use different data types to model real-world situations
Data Manipulation Language
- Write common SQL commands with INSERT, UPDATE, and DELETE
- Use SQL functions to manipulate numbers, strings, and dates