• 2022-07-02
    查看teacher表的表结构,语句为()
    A: select * from teacher;
    B: show create table teacher;
    C: show table teacher;
    D: desc teacher;