- 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
- Share this MCQ
Answer:
D
Share this MCQ
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.
Click me to Read more Question & Answer of Introduction to MySQL DatabasesShare this MCQ