题目内容

在数据库中插入新的元组,用到的命令动词是( )。

A. select
B. update
C. insert
D. delete

查看答案
更多问题

在数据库查询中,需要分组用到的命令短语是( )。注:看课本找答案

A. where
B. group by
C. order by
D. from

在数据库中删除元组用到的命令动词delete后面跟( )。注:看课本找答案

A. in
B. set
C. from
D. into

在数据库中,查询结果排序用到的命令短语是( )。注:看课本找答案

A. order by
B. from
C. where
D. group by

在学生表student中查询学生的学号和姓名,可以用命令:select 学号,姓名 () student;

答案查题题库