- A insertRecord();
- B insertAll();
- C insert();
- D insertnow():
- Share this MCQ
Answer:
C
Share this MCQ
Justification:
- insertRecord is not a valid method call.
- InsertAll is not a valid method call.
- The insert method is the correct method to call to insert a record or records into the table that the method is being called on.
- InsertNow is not a valid method call.
Related Lesson: Data Insert
Click me to Read more Question & Answer of Module 14: Database ManipulationShare this MCQ