单项选择题

A.create table STU like student
B.create table STU select * from student
C.create table STU as student
D.cp student STU