sql command list Flashcards
1
Q
SELECT
A
basically means get
2
Q
WHERE
A
Specifies field criteria that must be met by each record to be included in the results.
3
Q
FROM
A
Lists the tables that contain the fields listed in the SELECT clause.
4
Q
UPDATE
A
make changes to the the table
5
Q
DELETE
A
remove