A.select distinct*fromo rders; B.select * from orders limit 1,2; C.select top 1*from orders; D.select * from orders limit 1;
A.not in B.in not C.not between and D. is not null
A.DOUBLE B.INT C.SET D.FLOAT