单项选择题

A.SELECT UNIQUE * FROM tab1
B.SELECT DISTINCT * FROM tab1
C.SELECT UNIQUE(*) FROM tab1
D.SELECT DISTINCT(*) FROM tab1