engineering computer science MCQ #806

Which SQL command is used to insert data into a database table?

engineering computer science MCQ #806

  1. Question 1

    Q1. Which SQL command is used to insert data into a database table?

    • A) INSERT
    • B) UPDATE
    • C) DELETE
    • D) SELECT

    Answer: INSERT

    Explanation: INSERT command is used to insert data into a database table, allowing you to specify the values to be inserted.