题目内容

肝脏“H”形沟将肝脏面分为

A. 肝左叶
B. 肝右叶
C. 左内叶
D. 方叶
E. 尾状叶

查看答案
更多问题

查询所有年龄在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()

答案查题题库