Advertisements
Advertisements
Question
Deepak wants to remove all rows from the tableBank. But he needs to maintain the structure of the table. Which command is used to implement the same?
Code Writing
Advertisements
Solution
DELETE FROM tableBank;
This removes all records but retains the table structure.
shaalaa.com
Is there an error in this question or solution?
