柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
在SQL SELECT语句中与INTO TABLE等价的短语是( )。
A.INTO DBF
B.TO TABLE
C.INTO FORM
D.INTO FILE
热度🔥571
参考答案:A
解析:
【解析】在SQL查询语句的尾部添加INTO DBF|TABLE <表名>可以将查询的结果放入新生成的指定表中。INTO TABLE命令与INTO DBF命令等价,即A)选项正确。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
设有定义: int x[2][3]; 则以下关于二维数组x的叙述错误的是
下面属于系统软件的是
有以下程序 #include int a=2; int f() { static int n=0; int m=0; n++; a++; m++; return n+m+a; } main() { int k; for (k=0; k<3; k++) printf("%d,", f( )); printf("\n"); } 程序的运行结果是
如果在一台主机的Windows环境下执行Ping命令得到下列信息: Pinging www.nankai.edu.cn [202.113.16.33] with 32 bytes of data: Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Ping statistics for 202.113.16.33: Packets: Sent = 4, Received = 4, Lost = 0(0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 那么下列结论中无法确定的是()。
在Excel 2010中,要统计某列数据中所包含的空单元格个数,最佳的方法是( )。
标签
二级VF程序设计
into
table
dbf
查询