Choosetwo.Youexecutethiscommand:TRUNCATETABLEdepts;Whichtwoaretrue?A)Itdropsanytriggersdefinedonthetable.B)Itretainstheindexesdefinedonthetable.C)Itretainstheintegrityconstraintsdefinedonthetable.D)AR
分类:
其他好文 时间:
2019-12-18 14:51:33
阅读次数:
92
Choose two. You execute this command: TRUNCATE TABLE depts; Which two are true? A) It drops any triggers defined on the table. B) It retains the index ...
分类:
其他好文 时间:
2019-12-18 14:46:24
阅读次数:
132
ChoosetwoExaminethisSQLstatement:DELETEFROMemployeeseWHEREEXISTS(SELECT‘dummy‘FROMemp_historyWHEREemployee_id=e.employee_id)Whichtwoaretrue?A)ThesubqueryisexecutedforeveryrowintheEMPLOYEEStabl
分类:
其他好文 时间:
2019-12-17 11:50:40
阅读次数:
216
choose three The ORDERS table has a primary key constraint on the ORDER_ID column. The ORDER_ITEMS table has a foreign key constraint on the ORDER_ID ...
分类:
其他好文 时间:
2019-12-17 10:45:25
阅读次数:
71
choosethreeTheORDERStablehasaprimarykeyconstraintontheORDER_IDcolumn.TheORDER_ITEMStablehasaforeignkeyconstraintontheORDER_IDcolumn,referencingtheprimarykeyoftheORDERStable.Theconstraintisdefinedwitho
分类:
其他好文 时间:
2019-12-17 10:26:19
阅读次数:
79
Choosetwo.Whichtwostatementsaretrueaboutsinglerowfunctions?A)CONCAT:canbeusedtocombineanynumberofvaluesB)MOD:returnsthequotientofadivisionoperationC)CEIL:canbeusedforpositiveandnegativenumbersD)FLOOR:
分类:
其他好文 时间:
2019-12-16 16:18:05
阅读次数:
115
ChoosetwoExaninethedesatptionoftheBOOKS_TRANSACTIONStableNameNull?TypeTRANSACTION_IDNOTNULLVARCHAR2(6)TRANSACTION_TYPEVARCHAR2(3)BORROWED_DATEDATEBOOK_IDARCHAR2(6)MEMBER_IDVARCHAR2(6)Examinethispartia
分类:
其他好文 时间:
2019-12-16 16:13:07
阅读次数:
109
Oracle12c中数据泵新特性之功能增强(expdp, impdp) Oracle的数据泵功能在10g中被引进。本文对数据泵在12c中的增强做一个概览。 1. 禁用日志选项(DISABLE_ARCHIVE_LOGGING) Impdp的TRANSFORM参数已经扩展为包括DISABLE_ARCHI ...
分类:
数据库 时间:
2019-12-16 11:31:35
阅读次数:
133
完全分布式集群模式,是真正的生产环境,这里详细讲解的就是如何搭建一个Hadoop完全分布式集群。 ...
分类:
其他好文 时间:
2019-12-16 09:43:30
阅读次数:
97
在计算机信息安全领域中,数据库系统无疑有着举足轻重的地位。例如,微软的SQLserver、IBM的DB2,以及甲骨文公司的Oracle、MySQL等,都是比较知名的数据库管理软件,其中Oracle数据库更是在电信、银行、证券、交通等大型应用场合拥有着绝对领先的优势。这里我们就来说说Oracle12c的安装。Oracle12c明确支持的Linux操作系统包括OracleLinux7、OracleLi
分类:
数据库 时间:
2019-12-12 01:38:32
阅读次数:
162