InterviewSolution
Saved Bookmarks
| 1. |
Write The Query To Delete All The Rows From A Table. |
|
Answer» DELETE * FROM table-name is the SYNTAX to delete all the ROWS from a table. DELETE * FROM table-name is the syntax to delete all the rows from a table. |
|