engineering computer science MCQ #774

Which SQL command is used to retrieve data from a database?

engineering computer science MCQ #774

  1. Question 1

    Q1. Which SQL command is used to retrieve data from a database?

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

    Answer: SELECT

    Explanation: The SELECT statement is used to retrieve data from a database, specifying the columns and rows to be retrieved.