πŸ“Š MySQL
Q. What does the DISTINCT Clause do?
  • (A) Specify the columns of the table in this SQL clause to return distinct values.
  • (B) By executing this SQL statement, all records in the SQL database will be deleted.
  • (C) The data specified in this table or view is reported in this SQL statement.
  • (D) Changes made in the SQL database transaction are permanently saved using this SQL statement.
πŸ’¬ Discuss
βœ… Correct Answer: (A) Specify the columns of the table in this SQL clause to return distinct values.

Explanation: Specify the columns of the table in DISTINCT SQL clause to return distinct values.

Explanation by: Tina Singh
Specify the columns of the table in DISTINCT SQL clause to return distinct values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
244
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
89%
Success Rate