Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 403 Bytes

File metadata and controls

53 lines (26 loc) · 403 Bytes

sql_commands

Exercises listed in https://github.com/WebDevSimplified/Learn-SQL

Basic commands:

Create Database/Table

Drop Database/Table

Use Database

Alter Table

Band Table

Primary Key

Foreign Key

Insert into

Select

Limit

As/Alias

Order by

Select Distinct

Update

Where

Like

Between

Delete

Join (Inner/Left/Right)

Aggregate Functions

Group by

Alias Tables

Having vs Where