What is SQL
Structured Query Language
What can SQL be used for?
To search tables in a database for specific data
Order of keywords
‘SELECT’ fieldname ‘FROM’ nameoftable
What is ‘WHERE’ used for?
To specify conditions that a record must satisfy before it is returned
WHERE can be followed with Boolean operators to make the search more specific