【OCP-12c】CUUG最新考试原题整理及答案(071-11)

11、(5-8) choose the best answer:

Examine the structure of the BOOKS_TRANSACTIONS table.

You want to update this table such that BOOK_ID is set to ‘INVALID‘ for all rows where no MEMBER_ID

has been entered.

Examine this partial SQL statement:

SQL> UPDATE books_transactions

SET book_id = ‘INVALID‘

WHERE...............

Which condition must be used in the WHERE clause to perform the required update?

A) MEMBER_ID = "";

B) MEMBER_ID IS NULL;

C) MEMBER_ID = NULL;

D) MEMBER_ID = ‘‘;

Answer:B

(解析:该题的题眼在“where no MEMBER_ID has been entered”)

原文地址:http://blog.51cto.com/13854012/2350503

时间: 2025-01-07 09:16:03

【OCP-12c】CUUG最新考试原题整理及答案(071-11)的相关文章

【OCP-12c】CUUG最新考试原题整理及答案(071-9)

9.(5-5) choose the best answerView the Exhibit and examine the structure of the SALES and STORES tables.You want to display the store name and the total quantity sold for each item in the store. Which SQL statement will give the required output?A) SE

【OCP-12c】CUUG最新考试原题整理及答案(071-12)

12.(5-12)choose two:Examine the data in the CUSTOMERS table:You want to list all cities that have more than one customer along with the customer details.Evaluate the following query:SQL>SELECT c1.custname, c1.cityFROM Customers c1__Customers c2ON (c1

【第39题】2019年OCP认证12C题库062考试最新考试原题

39题.choose two You configured the Fast Recovery Area (FRA) for your database. The database instance is in ARCHIVELOG mode. The default location for the archived redo log files is the FRA. Which two files are removed automatically if space is required

OCP 12c最新考试原题及答案(071-4)

4.(4-11) choose two:View the Exhibit and examine the data in the PRODUCT_INFORMATION table.Which two tasks would require subqueries? (Choose two.) A) displaying all supplier IDs whose average list price is more than 500B) displaying the total number

OCP 12c最新考试原题及答案(071-5)

5.(4-12) choose two: You executed the following CREATE TABLE statement that resulted in an error: SQL> CREATE TABLE employees( emp_id NUMBER(10) PRIMARY KEY, ename VARCHAR2(20), email NUMBER(3) UNIQUE, address VARCHAR2(500), phone VARCHAR2 (20), resu

OCP 12c最新考试原题及答案(071-7)

7.(5-1) choose two:View the Exhibit and examine the structure of the PRODUCTS table.Which two tasks would require subqueries? A) Display the minimum list price for each product status.B) Display the total number of products supplied by supplier 102 a

【第33题】2019年OCP认证12C题库062考试最新考试原题-33

33.choose four Which four statements are true about the components of the Oracle Scheduler? A) A program and schedule can be specified as part of a job definition. B) A job may get started automatically when a window opens. C) A scheduler job can poi

【第34题】2019年OCP认证12C题库062考试最新考试原题-34

34.choose one You want to create a table, DAILY_ORDERS, for an OLTP application, where data should be compressed during both direct-path INSERT and conventional DML. The table will also be used for queries. Which compression option should be used? A)

【第31题】2019年OCP-12C-062最新考试原题-31

31.choose one You want to create a test database as a replica of your production database with minimum intervention from a DBA. Which method would you use? A) Use DBCA to create a template from the existing database to contain the database structure