MCQ Single Best Answer Easy

QWhat is the purpose of the SELECT statement in MySQL?

ID: #15410 Introduction to MySQL Databases 92 views
Question Info
#15410Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A To insert data into a table
  • B To update existing records
  • C To delete records from a table
  • D To retrieve data from a table
Correct Answer: Option D

Explanation

The SELECT statement in MySQL is used to retrieve data from one or more tables. It allows you to specify the columns and conditions to filter the data and can also perform calculations and join multiple tables.

Share This Question

Challenge a friend or share with your study group.