Multiple choice Which syntax is used for duplicate removal? Select * from table Select distinct from table Select column 1and column 2 from table Select column 1 from table Reveal answer Fill a bubble to check yourself B Correct answer Explanation This is a correct query which shows only distinct data and no duplicate values.