- All Exams Instant Download
Which of the following SQL statement can be used to query a table by eliminating duplicate rows from the query results?
Which of the following SQL statement can be used to query a table by eliminating duplicate rows from the query results?
A . SELECT DISTINCT * FROM table_name
B . SELECT DISTINCT * FROM table_name HAVING COUNT(*) > 1
C . SELECT DISTINCT_ROWS (*) FROM table_name
D . SELECT * FROM table_name GROUP BY * HAVING COUNT(*) < 1
E . SELECT * FROM table_name GROUP BY * HAVING COUNT(*) > 1
Answer: A
Explanation:
The answer is SELECT DISTINCT * FROM table_name
Latest Databricks Certified Data Engineer Professional Dumps Valid Version with 278 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments