1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
INSERT
inserts rows into a table
SELECT
retrieves data from a table.
UPDATE
modifies data in a table.
DELETE
deletes rows from a table.
CREATE TABLE
creates a new table by specifying the table and column names.