module 3 Flashcards
1
Q
what is the unique set of guidelines every SQL follows called?
A
syntax
2
Q
What is the basic formula for a query?
A
SELECT
FROM
WHERE
3
Q
what does SELECT do?
A
Specifies the columns from which to retrieve data
4
Q
what does FROM do?
A
Specifies the table from which to retrieve data
5
Q
what does WHERE do?
A
Specifies criteria that the data must meet