Computer Science Easy ppsc nts

Which command is used to add new records to a database table?

  • A UPDATE
  • B SELECT
  • C INSERT
  • D ALTER
Correct Answer: Option C — INSERT
Explanation: The INSERT statement adds new rows into a database table and is one of the most common SQL operations.
Related MCQs