Computer Science Easy ppsc nts

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

  • A INSERT
  • B UPDATE
  • C SELECT
  • D DELETE
Correct Answer: Option C — SELECT
Explanation: The SELECT statement retrieves data from one or more database tables. It is one of the most frequently used SQL commands and supports filtering, sorting, grouping, and joining data for analysis and reporting.
Related MCQs