SQL stands for
Structured Query Language
What is SQL used for?
A language which can be used to create, query and add data to databases
SQL syntax for querying a database
SELECT … FROM … WHERE …
What does the wild card “*” do?
Selects all columns
BETWEEN
Includes a range for the query
LIKE
Searches for a pattern in the table
ORDER BY
Allows a query to sort data by ascending or descending order