Which is a valid CREATE TABLE statement? () A. CREATE TABLE EMP9$# AS (empid number(2));B. CREATE TABLE EMP*123 AS (empid number(2));C. CREATE TABLE PACKAGE AS (packid number(2));D. CREATE TABLE 1EMP_TEST AS (empid number(2));

Which is a valid CREATE TABLE statement? ()

A. CREATE TABLE EMP9$# AS (empid number(2));

B. CREATE TABLE EMP*123 AS (empid number(2));

C. CREATE TABLE PACKAGE AS (packid number(2));

D. CREATE TABLE 1EMP_TEST AS (empid number(2));


相关考题:

As used in this passage,the word “valid” in the second paragraph means______A. foreignB. 1egalC. monetaryD. illegal

Please tell us how long this price list () valid.A、remainB、keepC、isD、being

Which view shows all valid values for the NLS_LANGUAGE, NLS_SORT, NLS_TERRITORY,and NLS_CHARACTERSET parameters?() A. V$VALID_NLS_VALUESB. NLS_VALID_VALUESC. NLS_VALUE_OPTIONSD. V$NLS_VALUE_OPTIONSE. V$NLS_VALID_VALUES

The following output on Router R1 lists details of a BGP route for 190.1.0.0/16. Which of the following is true based on this output?()R1 show ip bgp 19 0.1.0.0/16BGP routing table entry for 190.1.0.0/16, version 121Paths: (1 available, best 1, table Default - IP - Routing - Table)Advertised to update - groups:11 2 3 41.1.1.1 from 2.2.2.2 (3.3.3.3)Origin IGP, metric 0, localpref 100, valid, internal, bestA. R1 has a neighbor 1.1.1.1 command configured.B. R1 has a neighbor 2.2.2.2 command configured.C. The show ip bgp command lists a line for 190.1.0.0/16 with both an and an i on the left.D. R1 is in ASN 1.

The neighborhood boys like to play basketball on that( )lot.A.vagueB.vacantC.vainD.valid

下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行

【单选题】对于建立在数据库上的DDL触发器,常用的激活DDL触发器的事件不包括()A.Create_Table,Alter_Table,Drop_TableB.Create_View,Alter_View,Drop_ViewC.Create_Procedure,Alter_Procedure,Drop_ProcedureD.Rollback

下列选项中,关于Statement描述错误的是()A.Statement是用来执行SQL语句的B.Statement是PreparedStatement的子接口C.获取Statement实现需要使用Connection的createStatement()方法D.PreparedStatement能使用参数占位符,而Statement不行

3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行A.A B C DB.A B C DC.A B C DD.A B C D

如果要让某个用户能够在所有模式下建表应该授予此用户哪个权限?A.create tableB.create any tableC.create all tableD.create * table