1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Data Manipulation Commands
The SQL commands that deals with the manipulation of data present in the database belong to DML or Data.
DML commands
Insert
Update
Delete
Insert
Used to insert data into a table.
Update
Used to update existing data within a table.
Delete
Used to delete records from a database table.
False
T or F: You may not include a WHERE condition in the Update and Delete statement.