问题
单项选择题
select*from student_table where stduent_name=’zhangsan’
以上SQL表达式中where的意思是:()
A、查询
B、从某个二维表中
C、条件
D、属性
答案
参考答案:C
select*from student_table where stduent_name=’zhangsan’
以上SQL表达式中where的意思是:()
A、查询
B、从某个二维表中
C、条件
D、属性
参考答案:C