下列程序的运行结果为()。
#include
main()
{structdate
{intyear,month,day;
}today;
printf("%dn",sizeof(structdate));
}
SQL语言的数据操纵语句包括SELECT,INSERT,UPDATE和DELETE,最重要的,也是使用最频繁的语句是____。
给定如下SQL,语句
CREATEVIEWtest.V_test
AS
SELECT*FROMtest.studentsWHEREage<19:
该语句的功能是______。