1.3.1 sql Flashcards
1
Q
SELECT
A
used to collect fields from a given table
2
Q
FROM
A
specifies which table the information will come from
3
Q
WHERE
A
specifes the search criteria
4
Q
ORDER BY
A
choose which order the data is displayed ascenidng or descending order DESC
5
Q
INSERT INTO
A
used to insert a new record into a database table
6
Q
UPDATE
A
update a record
7
Q
DELETE
A
deletes a record