Math, asked by tejaguthi, 8 months ago

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 abinashpuhan449
1

Answer:

SELECT color FROM car_info WHERE color=UNIQUE;

Similar questions