QuestionQ118
Database FundamentalsA data analyst wants to select just one instance of each duplicated region in the chart below:

Which of the following SQL commands should the data analyst use to accomplish this task?
- A SELECT COUNT()
- B SELECT UNIQUE
- C SELECT DISTINCT
- D SELECT DIFFERENT
Community Discussion