• 2022-07-24
    用SQL语句实现查询表名为“图书“的表中所有记录,应该使用的SELECT语句是()。
    A: select * from 图书
    B: select distinct * from 图书
    C: select * from 图书表