Which view should a user query to display the columns associated with the constraints on a table owned by the user? () A. USER_CONSTRAINTSB. USER_OBJECTSC. ALL_CONSTRAINTSD. USER_CONS_COLUMNSE. USER_COLUMNS

Which view should a user query to display the columns associated with the constraints on a table owned by the user? ()

A. USER_CONSTRAINTS

B. USER_OBJECTS

C. ALL_CONSTRAINTS

D. USER_CONS_COLUMNS

E. USER_COLUMNS


相关考题:

在SQL Server 2000中,某数据库中有角色Role和用户User,User是Role角色的成员,且只属于该角色。先对Table表给Role只授予SELECT和DELETE权限,并授予User对T表具有SELECT、UPDATE和DENY DELETE权限,则用户User对Table表可以执行的操作是______。

Which command will display the active configuration?() A. user@router show configurationB. user@router# showC. user@router show system configurationD. user@router show system commit

进入系统视图模式的命令是() A. Ctrl+ZB.Ctrl+]C.system-viewD.user-view

在Oracle中,()数据字典表可以用来查看抽象数据类型的实际结构。 A.USER_TYPE_ATTRSB.USER_TABLESC.USER_TYPE_TABSD.USER_TAB_COLUMNS

在系统视图下键入什么命令可以切换到用户视图?() A.system-viewB.routerC.quitD.user-view

J2EE中在JSP中要使用user包中的User类,则以写法正确的是()。A.<jsp:useBeam id="user" class="user" import="user.*"/>B.<jsp:useBean id="user" class="user.User" scope="page"/>C.<jsp:useBean class="user.Use.class"/>D.<jsp:useBean name="user" class="user.User"/>

在用户视图下键入什么命令可以切换到系统视图?A.system-viewB.interfaceC.quitD.user-view

4、在JSP中要使用user包中的User类,则以下写法正确的是()。A.<jsp:useBeam id=”user” class=”user” import=”user.*”/>B.<jsp:useBean id=”user” class=”user.User” scope=”page”/>C.<jsp:useBean class=”user.Use.class”/>D.<jsp:useBean name=”user” class=”user.User”/>

数据库对象是数据库的组成部分,常用的数据库对象有表(Table)、索引(Index)、视图(View)、图表(Diagram)、用户(User)、()等。A.默认值(Default)B.规则(Rule)C.触发器(Trigger)D.存储过程(Stored Procedure)