Which statement adds a constraint that ensures the CUSTOMER_NAME column of the CUSTOMERS table holds a value?() A. ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;B. ALTER TABLE customers MODIFY CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;C. ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn NOT NULL;D. ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn IS NOT NULL;E. ALTER TABLE customers MODIFY name CONSTRAINT cust_name_nn NOT NULL;F. ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name NOT NULL;

Which statement adds a constraint that ensures the CUSTOMER_NAME column of the CUSTOMERS table holds a value?()

A. ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;

B. ALTER TABLE customers MODIFY CONSTRAINT cust_name_nn CHECK customer_name IS NOT NULL;

C. ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn NOT NULL;

D. ALTER TABLE customers MODIFY customer_name CONSTRAINT cust_name_nn IS NOT NULL;

E. ALTER TABLE customers MODIFY name CONSTRAINT cust_name_nn NOT NULL;

F. ALTER TABLE customers ADD CONSTRAINT cust_name_nn CHECK customer_name NOT NULL;


相关考题:

下列关于VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)的表述正确的有()。 A、lookup_value是要查找的值,输入数据的类型为数值、引用或文本字符串B、col_index_num为返回数据在区域的第几列数,数据类型为整数C、range_lookup应输入TRUE(或不填)/FALSED、table_array是要查找的区域

下列关于VLOOKUP函数的说法正确的有()。 A、table_array为需要在其中查找数据的数据表B、col_index_num为table_array中待返回的匹配值的列序号C、lookup_value为需要在数组第一列中查找的数值D、语法为VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)

He _____ some unusual educational beliefs. A.keepsB.takesC.carriesD.holds

Giventhetwosecurityconstraintsinadeploymentsecurity-constraint102.!--acorrecturl-patternandhttp-methodgoeshere--103.auth-constraintrole-nameSALES/role-name/auth-.auth-constraint104.role-nameSALES/role-name105./auth-constraint106./security-constraint107.security-constraint108.!--acorrecturl-patternandhttp-methodgoeshere--109.!--Insertanauth-constrainthere--110./security-constraintIfthetwosecurityconstraintshavethesameurl-patternandhttp-methodwhichtwo insertedindependentlyatline109,willallowuserswithrolenamesofeitherSALESorMARKETINGtoaccessthisresource?()

Youexecutedthefollowingcommands:SQLALTERSESSIONSETOPTIMIZER_USE_PENDING_STATISTICS=false;SQLEXECUTEDBMS_STATS.SET_TABLE_PREFS(’SH’,’CUSTOMERS’,’PUBLISH’,’false’);SQLEXECUTEDBMS_STATS.GATHER_TABLE_STATS(’SH’,’CUSTOMERS’);WhichstatementiscorrectregardingtheabovestatisticscollectionontheSH.CUSTOMERStableintheabovesession?()A.Thestatisticsarestoredinthependingstatisticstableinthedatadictionary.B.Thestatisticsaretreatedasthecurrentstatisticsbytheoptimizerforallsessions.C.Thestatisticsaretreatedasthecurrentstatisticsbytheoptimizerforthecurrentsessionsonly.D.Thestatisticsaretemporaryandusedbytheoptimizerforallsessionsuntilthissessionterminates.

Examine this command:SQL exec DBMS_STATS.SET_TABLE_PREFS (‘SH’, ‘CUSTOMERS’, ‘PUBLISH’, ‘false’);Which three statements are true about the effect of this command?() A. Statistics collection is not done for the CUSTOMERS table when schema stats are gathered.B. Statistics collection is not done for the CUSTOMERS table when database stats are gathered.C. Any existing statistics for the CUSTOMERS table are still available to the optimizer at parse time.D. Statistics gathered on the CUSTOMERS table when schema stats are gathered are stored as pending statistics.E. Statistics gathered on the CUSTOMERS table when database stats are gathered are stored as pending statistics.

从以下备选答案内为程序中(5)~(9)处空缺部分选择正确答案。(5)A.CreatObject B.Connect C.ExecuteSQL D.Open()(6)A.<body> B.<html> C.<head> D.<table>(7)A.number B.recordnumber C.count D.recordcount(8)A.skip B.end for C.next D.loop(9)A.<input type="submit" name="add" value="添加">B.<input type="post" name="add" value="添加">C.<input type="submit" name="添加" value="add">D.<input type="post" name="添加" value="add">

Examinethecommand:SQLDBMS_STATS.SET_TABLE_PREFS(’SH’,’CUSTOMERS’,’PUBLISH’,’false’);Whichstatementdescribestheeffectoftheabovecommand() A.AutomaticstatisticscollectionisstoppedfortheCUSTOMERStable.B.StatisticsfortheCUSTOMERStablearelockedandcannotbeoverwritten.C.ExistingstatisticsfortheCUSTOMERStablebecomeunusableforthequeryoptimizer.D.Subsequently,statisticsgatheredontheCUSTOMERStablearestoredaspendingstatistics

【填空题】删除“供货商表”的“联系电话”字段。 必须先删除该字段上的默认电话、“电话约束”惟一约束。代码如下: USE diannaoxs ______ TABLE 供货商表 ______ constraint 电话约束

设置多列布局的属性值为()。A.columns-widthB.column-countC.column-gapD.column-rule