InterviewSolution
Saved Bookmarks
| 1. |
Write a query to delete the entire table from the database in DB2. |
|
Answer» The QUERY to DELETE the ENTIRE table from the database is GIVEN below: DROP TABLE table-name |
|