使用 GRANT授权时,下列不能授予到操作权限的命令是 ______。
更新时间:2024-11-24 05:38:42 A、DELETEC
暂无解析
有以下程序:输出的结果是( )。
#include<
struct stu
{ int num;
char name[10] :
int age;}
void fun(struct stu*p)
{printf("%sn" ,(*p).name);}
tllain()
{
struct stu students[3]={{9801 ,"Zhang".20} ,
{9802 ,"Wang",19},{9803 ,"Zhao" ,1 8}}
fun(students+2);
}
在 MySQL中创建视图时, WITH CHECK OPTION子句的作用是 ______。
撤销用户的权限应使用的语句是 ______。
若有以下说明,则( )不是对 strcpy 库函数正确的调用。 strcpy 库函数用于复制一个字符串: char*strl="abcd" ,str2[10] ,*str3="hijklmn" ,*str4[2] , *str5="aaaa";
MySQL中,激活触发器的命令包括 ______。