题目

要打开一个视图以便浏览或更新其中的数据,可以使用命令(  )。

A、USE

B、USEVIEW

C、BROWSE

D、BROWSEVIEW

提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
相关试题

简述色彩计划的特性。

You have created a resource plan, DB_PLAN, using DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_PLAN and you want to impose a restriction on utilization of resources by the database users. Which step must be performed before you can start using the resource plan?()

A、 assign users to consumer groups

B、 set the resource plan for the instance

C、 configure a simple resource plan and specify plan directives

D、 configure a complex resource plan and specify plan directives

()是正确的E-mail地址。

A、mailto:Webmaster@ceiaeC.org

B、Wmailto:master@ceiaec.org

C、http://www.ceiaeC.org

D、D.http://www.ceiaeorg

在执行语句SELECT department_id FROM employees,departments WHERE employees.department_id= departments.department_id;时报错,原因是()。

A、没有给表employees和表departments加别名

B、没有给列department_id加别名

C、不能用employees.department_id=departments.department_id作为条件

D、SELECT后面的department_id没有指定是哪个表

在堆栈类SharedStack的定义中,为了保证堆栈在并发操作中数据的正确性,应在下划线处填入的修饰符是(  )。(两个下划线的填写内容相同)public class SharedStack { ______ int idx = 0; ______ char[] data = new char[10]; public synchronized void push(char c){……} public synchronized void pop(){……}}

A、public

B、不使用修饰符

C、private

D、protected

联系我们 会员中心
返回顶部