• 2022-06-05
    在Mysql数据库中,以下哪条语句用于统计test表中的记录总数?()
    A: select sum(*) from test;
    B: select max(*) from test;
    C: select avg(*) from test;
    D: select count(*) from test;