- A drop
- B kill
- C deletefrom
- D delete
- Share this MCQ
Answer:
D
Share this MCQ
Justification:
- Drop is not a valid method call on the given table and does not delete records.
- Kill is not a valid method call on the given table and does not delete records.
- Deletefrom is not a valid method call on the given table and will not delete records.
- The delete method on the table is called when records are to be deleted.
Related Lesson: Data Deletion
Click me to Read more Question & Answer of Module 14: Database ManipulationShare this MCQ