InterviewSolution
Saved Bookmarks
| 1. |
What is the pupose of DML statements in SQL? |
|
Answer» The DML statements are used to add new rows to a table, updateor modify data in existing rows, or remove existing rows from a table. |
|