码迷,mamicode.com
首页 >  
搜索关键字:ocp    ( 1060个结果
OCP prepare 20140627
1. catalog start withcatalog start with 是一个很好的命令. 有了这个命令后, 基本上可以不再使用catalog数据库了 . 因为可以通过这个命令将以前的备份集信息重新导入到当前控制文件中, 一般应用于使用rman恢复, 控制文件又是旧的或者是手工创建的(这样的...
分类:其他好文   时间:2014-07-10 00:49:52    阅读次数:282
【小话设计模式】面向对象设计原则
1.单一职责原则     单一职责原则的核心思想就是:系统中的每一个对象都应该只有一个单独的职责,而所有对象所关注的就是自身职责的完成。英文缩写SRP  Single Responsibility Principle     单一职责原则——》“高内聚,低耦合”,每个类应该只有一个职责,此外只能提供一种功能,而引起类变化的原因应该只有一个。在设计模式中,所有的设计模式都遵循这一原则。    ...
分类:其他好文   时间:2014-06-28 07:22:31    阅读次数:276
OCP-1Z0-051-题目解析-第12题
12. You need to produce a report where each customer's credit limit has been incremented by $1000. Inthe output, the customer's last name should have ...
分类:其他好文   时间:2014-06-27 15:53:14    阅读次数:225
OCP-1Z0-051-题目解析-第13题
13. View the Exhibit and examine the structure of the PRODUCTS table.You need to generate a report in the following format:CATEGORIES5MP Digital Photo...
分类:其他好文   时间:2014-06-27 13:25:39    阅读次数:194
OCP prepare 20140626
1. 查询空值 条件为’’ 是查不出结果的。 如果要查,应该使用 is not null 来查。 QUESTION NO: 135 View the Exhibit and examine the data in the PRODUCTS table. You need to display pro...
分类:其他好文   时间:2014-06-27 13:03:04    阅读次数:251
OCP-1Z0-051-题目解析-第8题
8. View the Exhibit and examine the structure of the CUSTOMERS table.Which two tasks would require subqueries or joins to be executed in a single sta...
分类:其他好文   时间:2014-06-26 16:48:22    阅读次数:207
OCP-1Z0-051-题目解析-第7题
7. Which twostatements are true regarding the USING and ON clauses in table joins? (Choose two.)A. Both USING and ON clauses can be used for equijoins...
分类:其他好文   时间:2014-06-26 16:40:39    阅读次数:801
OCP-1Z0-051-题目解析-第9题
9. Which statement is true regarding the INTERSECT operator?A. It ignores NULL values.B. Reversing the order of the intersected tables alters the resu...
分类:其他好文   时间:2014-06-26 16:03:20    阅读次数:161
OCP-1Z0-051-题目解析-第10题
10. View the Exhibit and examine the structure of the PROMOTIONS table.Each promotion has a duration of at least seven days .Your manager has asked yo...
分类:其他好文   时间:2014-06-26 15:36:20    阅读次数:240
OCP-1Z0-051-题目解析-第11题
11. View the Exhibit and examine the structure of the PRODUCTS table.All products have a list price.You issue the following command to display the tot...
分类:其他好文   时间:2014-06-26 15:01:01    阅读次数:326
1060条   上一页 1 ... 102 103 104 105 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!