在数据库系统的三级模式结构中,一个数据库只能有一个______。
A、模式和外模式
B、模式和内模式
C、子模式
D、外模式
在MySQL中,不可以声明和使用游标的情况有______。
A、存储过程
B、存储函数
C、交互式SQL查询
D、触发器
A、mysql
B、mysqldump
C、mysqljmport
D、backup
A、DECLAREcursor_nameCURSORFORselect_statement
B、DECLARECURSORcursor_nameFORselect_statement
C、CREATEcursor_nameCURSORFORselect_statement
D、CREATECURSORcursor_nameFORselect_statement
查找学生表student中姓名的第二个字为"t"的学生学号Sno和姓名sname,下面SQL语句正确的是______。