Searching Data Flashcards
1
Q
What is SQL
A
Structured Query Language
2
Q
What can SQL be used for?
A
To search tables in a database for specific data
3
Q
Order of keywords
A
‘SELECT’ fieldname ‘FROM’ nameoftable
4
Q
What is ‘WHERE’ used for?
A
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