码迷,mamicode.com
首页 >  
搜索关键字:ocp    ( 1060个结果
【2019年8月版本】OCP 071认证考试最新版本的考试原题-第5题
choosethebestanswerTheCUSTOMERStablehasaCUST_LAST_NAMEcolumnofdatatypeVARCHAR2.ThetablehastworowswhoseCOST_LAST_MANEvaluesareAndersonandAusson.WhichqueryproducesoutputforCUST_LAST_SAMEcontainingOrderf
分类:其他好文   时间:2019-10-16 11:08:56    阅读次数:73
【2019年8月版本】OCP 071认证考试最新版本的考试原题-第3题
choosetwoTheCUSTOMERStablehasaCUST_CREDT_LIMITcolumnofdatetypenumber.Whichtwoqueriesexecutesuccesstully?A)SELECTTO_CHAR(NVL(cust_credit_limit*.15,‘NotAvailable‘))FROMcustomers;B)SELECTNVL2(cus
分类:其他好文   时间:2019-10-15 12:56:36    阅读次数:80
# 抽象的原则
抽象的原则 SOLID 单一职责原则(Single Responsibility Principle, SRP) 开放封闭原则(Open/Closed Principle, OCP) 指对扩展开放,对修改封闭 依赖倒置原则(Dependency Inversion Principle, DIP) 里 ...
分类:其他好文   时间:2019-10-14 23:41:14    阅读次数:107
【2019年8月版本】OCP 071认证考试最新版本的考试原题-第2题
choose three Which three are true about the CREATE TABLE command? A) It can include the CREATE...INDEX statement for creating an index to enforce the ...
分类:其他好文   时间:2019-10-14 13:00:11    阅读次数:116
OCP-052考试题库汇总(63)-CUUG内部解答版
You have decided to implement the principle of least privilege and separation of duties. Which two actions must you take? A)Grant SYSOPER to applicati ...
分类:其他好文   时间:2019-09-30 15:06:58    阅读次数:99
OCP-052考试题库汇总(62)-CUUG内部解答版
IN one of your databases; The database default tablespace is EXAMPLE. DEFERRED_SEGMENT_CREATION IS FALSE. Examine these commands; SQL> CREATE USER use ...
分类:其他好文   时间:2019-09-30 14:43:22    阅读次数:74
OCP-052考试题库汇总(58)-CUUG内部解答版
In one of your databases: 1.USER1 and USER2 have no system privileges. 2.ROLE1 only has these privileges: ?CREATE SESSION ?CREATE TABLE ?CREATE VIEW E ...
分类:其他好文   时间:2019-09-25 10:48:34    阅读次数:83
OCP-052考试题库汇总(55)-CUUG内部解答版
Examinethesefactsaboutadatabase:1.USERisthedatabasedefaulttablespace.2.USER1,USER2,andUSER3havetheCREATESESSIONprivilege.3.TheyalsohaveUNLIMITEDQUOTAonthedefaulttablespaceUSERS.4.Theyhavenootherprivil
分类:其他好文   时间:2019-09-18 14:25:52    阅读次数:94
设计模式-创建型-工厂模式
工厂设计模式: 顾名思义,该模式是用来生产对象的。在面向对象的设计模式中,万物皆对象,若使用new来创建对象,就会对该对象产生强耦合,加入我们需要更换该对象,那么使用该对象的对象都需要进行修改,这显然违背了开闭原则(OCP)。如果我们使用工厂来产生对象,我们只需要与这个工厂打交道就可以了,无需关心具 ...
分类:其他好文   时间:2019-09-13 15:56:27    阅读次数:119
OCP-052考试题库汇总(54)-CUUG内部解答版
USER1grantsSELECTandUPDATEprivilegesonUSER1.EMPtoUSER2。SYSexecutesthiscommand:SQL>REVOKESELECTONuser1.empFROMuser1;Whatwillbetheoutcome?A)ItwillsucceedandUSER2willbeunabletoperformSELECTonUSER1.EMP
分类:其他好文   时间:2019-09-11 13:28:49    阅读次数:80
1060条   上一页 1 ... 10 11 12 13 14 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!