ChoosetwoThePRODUCT_INFORMATIONtablehasaUNIT_PRICEcolumnofdatatypeNUMBER(8,2).EvaluatethisSQLstatement:SELECTTO_CHAR(unit_price,‘$9,999‘)FROMProduct_intormation;Whichtwostatementsaretrueaboutt
分类:
其他好文 时间:
2019-10-30 13:48:36
阅读次数:
74
ChoosetwoTheINVOICEtablehasaQTY_SOLDcolumnofdatatypeNUMBERandanINVOTCE_DATEcolumnofdatatypeDATENLS_DATE_FORMATissettoDD-MON-RR.Whichtwoaretrueaboutdatatypeconversionsinvolvingthesecolumnsinqueryexpres
分类:
其他好文 时间:
2019-10-30 11:59:39
阅读次数:
79
Choose two The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOTCE_DATE column of data type DATE NLS_DATE_FORMAT is set to DD-MON-R ...
分类:
其他好文 时间:
2019-10-30 11:59:08
阅读次数:
102
ChoosetwoWhichtwostatementsaretrueabouttheWHEREandHAVINGclousesinaSELECTstatement?A)TheWHEREclausecanbeusedtoexcluderowsafterdivdingthemintogroupsB)WHEREandHAVINGclausescanbeusedInthesamestatementonly
分类:
其他好文 时间:
2019-10-28 17:37:34
阅读次数:
81
Choosetwo.Examinethispartialcommand:CREATETABLEcust(cust_idNUMBER(2),credit_limitNUMBER(10))ORGANIZATIONEXTERNALWhichtwoclausesarerequiredforthiscommandtoexecutesuccessfully?A)theDEFAULTDIRECTORYclaus
分类:
其他好文 时间:
2019-10-25 16:11:57
阅读次数:
134
ChoonethreeExaminethedescriptionofthePRODUCTStable:NameNull?TypePRODUCT_IDNOTNULLNUMBER(2)PRODUCT_NANEVARCHAR2(10)UNIT_PRICENUMBER(3)PURCHARGEVARCHAR2(2)EXPIRY_DATEDATEDELIVERY_DATEDATEWhichthreequere
分类:
其他好文 时间:
2019-10-25 14:52:18
阅读次数:
89
Choosetwo.ExaminethisSQLstatement:UPDATEordersoSETcustomer_name=(SELECTcust_last_nameFROMcustomersWHEREcustomer_id=o.customer_id);Whichtwoaretrue?A)ThesubqueryisexecutedbeforetheUPDATEstatementisexecu
分类:
其他好文 时间:
2019-10-23 16:30:16
阅读次数:
87
Choosethebestanswer.Examinethisquery:SELECTTRUNC(ROUND(156.00,-2),-1)FROMDUAL;Whatistheresult?A)16B)160C)150D)200E)100Answer:D(解析:关键就是round函数,0是小数点左边第一位,以此类推。)
分类:
其他好文 时间:
2019-10-23 15:14:43
阅读次数:
96
ChoonetwoWhichthreestatementsaretrueaboutdroppingandunusedcolumnsinanOracledatabase?A)AprimarykeycolumnreferencedbyanothercolumnasaforeignkeycanbedroppedifusingtheCASCADEoption.B)ADROPCOLUMNcommandcan
分类:
其他好文 时间:
2019-10-21 13:19:04
阅读次数:
66