which query can be used to retrieve the column "color" from the table :car_info" and removed duplicate entries from the output
Answers
Answered by
1
Answer:
SELECT color FROM car_info WHERE color=UNIQUE;
Similar questions