Single Choice Easy

QWhich DML statement is used to retrieve data from a table in MySQL?

ID: #15469 DML - Data Manipulation Language 117 views
Question Info
#15469Q ID
EasyDifficulty
DML - Data Manipulation LanguageTopic

Choose the Best Option

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

  • A SELECT
  • B FETCH
  • C GET
  • D QUERY
Correct Answer

Explanation

The SELECT statement in MySQL is used to retrieve data from one or more tables. It allows you to specify the columns to retrieve, conditions for filtering, and sorting options.

Share This Question

Challenge a friend or share with your study group.