题目内容

查询所有年龄在20岁以下的学生姓名及其年龄,以下正确的是()。

A. select Sname,Sage from Student where Sage<=20
B. select Sname,Sage from Student where not Sage<20
C. select Sname,Sage from Student where not Sage>20
D. select Sname,Sage from Student where Sage<20

查看答案
更多问题

连接MySQL数据库服务器的函数是()。

A. mysql_connect()
B. mysql_query()
C. mysql_error()
D. mysql_select_db

获取查询结果记录数使用()函数。

A. mysql_fetch_array()
B. mysql_fetch_rows()
C. mysql_fetch_row()
D. mysql_num_rows()

查询数据表中的数据使用()函数。

A. mysql_query()
B. mysql_error()
C. mysql_connect()
D. mysql_fetch_array()

执行数据修改操作,使用()语句。

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

答案查题题库