#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)
Suppose that a user uses the DELETE statement as shown below: what is/are the possible output. DELETE from STUDENT;
Answer
All rows are deleted but the table is still intact
All rows are deleted but the table is still intact