問題詳情
15. 在Visual FoxPro中,执行SQL的DELETE命令和传统的FoxPro DELETE命令都可以删除数据库表中的记录,下面正确的描述是
(A). SQL的DELETE命令删除数据库表中的记录之前,不需要先用USE命令打开表
(B). SQL的DELETE命令和传统的FoxPro DELETE命令删除数据库表中的记录之前,都需要先用命令US
(E)打开表
(C). SQL的DELETE命令可以物理地删除数据库表中的记录,而传统的FoxPro DELETE命令只能逻辑删除数据库表中的记录
(D). 传统的FoxPro DELETE命令还可以删除其他工作区中打开的数据库表中的记录
(A). SQL的DELETE命令删除数据库表中的记录之前,不需要先用USE命令打开表
(B). SQL的DELETE命令和传统的FoxPro DELETE命令删除数据库表中的记录之前,都需要先用命令US
(E)打开表
(C). SQL的DELETE命令可以物理地删除数据库表中的记录,而传统的FoxPro DELETE命令只能逻辑删除数据库表中的记录
(D). 传统的FoxPro DELETE命令还可以删除其他工作区中打开的数据库表中的记录
參考答案
答案:A
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)
內容推薦
- According to the passage, the forum focused on how youth can ____.(A)build up their confidenc
- This is What a REAL Silver Dollar Looks LikeIf you trust in the yen, the euro, and the dollar... sto
- (A)meaning(B)expression (C)connection(D)background
- 结构化程序所要求的基本结构不包括(A). 顺序结构(B). GOTO跳转(C). 选择(分支)结构(D). 重复(循环)结构
- According to Alex Goldberg, it is difficult for schools to offer the mentoring due to _____.(
- We can learn from the last two paragraphs that the smartphone-like glasses ____.(A)may have a
- (A)one (B)its (C)that (D)every
- A MENTORING (导师制) program is giving life changing opportunities to Banbury youth.Young Inspirations
- According to Sam Biddle, the smartphone-like glasses are ____.(A)necessary for teenagers(B)at
- (A)heart (B)rights (C)interest(D)behaviors
內容推薦
- If you buy six 2012 U. S. Mint Silver Eagles by post, you should pay at least ____.(A)$27
- We can learn from the passage that _____.(A)the visit to the United Kingdom was amazing(B)Kie
- 负责数据库中查詢操作的数据库语言是(A). 数据定义语言(B). 数据管理语言(C). 数据操纵语言(D). 数据控制语言
- 在Visual FoxPro中,如果希望跳出SCAN…ENDSCAN循环语句、执行ENDSCAN后面的语句,应使用(A). LOOP语句(B). EXIT语句(C). BREAK语句(D).
- When she got the ring back, the writer was about _____.(A)13 years old (B)15 years old (C)26
- What would be the best tide for the passage?(A)Alex Goldberg, Founder of Young Inspirations(B
- 一个教师可讲授多门课程,一门课程可由多个教师讲授。则实体教师和课程间的联系是(A). 1∶1联系(B). 1∶m联系(C). m∶1联系(D). m∶n联系
- 在Visual FoxPro中,"表"通常是指(A). 表单(B). 报表(C). 关系数据库中的关系(D). 以上都不对
- Which of the following is TRUE according to the passage?(A)The writer's family moved sev
- Pride and Prejudice for the Modern WomanLet us imagine how Pride and Prejudice, Jane Austen's m
- 有三个关系R、S和T如下:(A). 自然连接(B). 交(C). 除(D). 并
- 删除student表的"平均成绩"字段的正确SQL命令是(A). DELE)TE TABLE student DELETE COLUMN平均成绩(B). ALTER TAB
- What would be the best title for the passage?(A)My New Ring(B)Lost and Found (C)Lost and Repl
- The underlined part in the passage suggests that Mrs Bennet ____.(A)had mixed feelings of adm
- 19.图中两条平行虚线之间存在匀强磁场,虚线间的距离为l,磁场方向垂直纸面向里。abcd是位于纸面内的梯形线圈, ad与bc间的距离也为l。t=0时刻,bc边与磁场区域边界重合(如图)。现令线圈以恒定
- 在Visual FoxPro中,关于视图的正确描述是(A). 视图也称作窗口(B). 视图是一个预先定义好的SQL SELECT语句文件(C). 视图是一种用SQL SELECT语句定义的虚拟
- 定义无符号整数类为UInt,下面可以作为类UInt实例化值的是(A). -369(B). 369(C). 0.369(D). 整数集合{1,2,3,4,5}
- Your glasses may someday replace your smartphone, and some New Yorkers are ready for the switch. Som
- In the eyes of Mrs Bennet, Bingley surely needed one of their boys to ____.(A)get married to(
- 下列叙述中正确的是(A). 有一个以上根结点的数据结构不一定是非线性结构(B). 只有一个根结点的数据结构不一定是线性结构(C). 循环链表是非线性结构(D). 双向链表是非线性结构
- 从student表删除年龄大于30的记录的正确SQL命令是(A). DELETE FOR 年龄>30(B). DELETE FROM student WHERE 年龄>30(C).
- 在建立数据库表时给该表指定了主索引,该索引实现了数据完整性中的(A). 参照完整性(B). 实体完整性(C). 域完整性(D). 用户定义完整性
- What does the writer intend to tell us?(A)Women with brains can also be as successful as men.
- 某二叉树共有7个结点,其中叶子结点只有1个,则该二叉树的深度为(假设根结点在第1层)(A). 3(B). 4(C). 6(D). 7
- 在Visual FoxPro中,使用LOCATE FOR命令按条件查找记录,当查找到满足条件的第一条记录后,如果还需要查找下一条满足条件的记录,应该(A). 再次使用LOCATE命令重新查詢(