以下有关MySQL事件的叙述中,错误的是______。
A、事件是由操作系统调用的过程A
暂无解析
数据库系统的核心是 ____。
下列关于 SQL的叙述中,正确的是 ______。
有以下程序:输出的结果是( )。
#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);
}
下列关于数据的叙述中,错误的是 ______。
在数据库系统的三级模式结构中,一个数据库可以有多个 ______。