InterviewSolution
Saved Bookmarks
| 1. |
Say True or False. Give explanation if False.The DELETE statement is used to delete a table from the database. |
|
Answer» False. The DELETE statement is used for removing existing rows from a table. |
|