InterviewSolution
Saved Bookmarks
| 1. |
What would be the SQL statements used for managing and manipulating the test tables? |
|
Answer» We can use the statements like INSERT, UPDATE, SELECT, DELETE for manipulating the table CONTENT. Statements like ALTER TABLE, DELETE TABLE, CREATE TABLE are used for creating and MANAGING the tables. |
|