IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

Oracle 1Z0-047 (Oracle Database SQL Expert) 덤프공부자료

Pass4Test의 인지도는 고객님께서 상상하는것보다 훨씬 높습니다.많은 분들이 Pass4Test의 덤프공부가이드로  IT자격증 취득의 꿈을 이루었습니다. Pass4Test에서 출시한 Oracle 1Z0-047 (Oracle Database SQL Expert) 덤프는 IT인사들이 자격증 취득의 험난한 길에서 없어서는 안될중요한 존재입니다. Pass4Test의 Oracle 1Z0-047 (Oracle Database SQL Expert)  덤프를 한번 믿고 가보세요.시험불합격시 덤프비용은 환불해드리니 밑져봐야 본전 아니겠습니까?

 

 

NO.1 Evaluate the following CREATE SEQUENCE statement: CREATE SEQUENCE seq1 START WITH 100
INCREMENT BY 10 MAXVALUE 200 CYCLE NOCACHE; The sequence SEQ1 has generated numbers
up to the maximum limit of 200. You issue the following SQL statement: SELECT seq1.nextval FROM
dual; What is displayed by the SELECT statement?
A.1
B.10
C.100
D.an error
Answer:A

NO.2 Which two statements are true? (Choose two.)
A.The USER_SYNONYMS view can provide information about private synonyms.
B.The user SYSTEM owns all the base tables and user-accessible views of the data dictionary.
C.All the dynamic performance views prefixed with V$ are accessible to all the database users.
D.The USER_OBJECTS view can provide information about the tables and views created by the user
only.
E.DICTIONARY is a view that contains the names of all the data dictionary views that the user can access.
Answer:A E

NO.3 View the Exhibit and examine the structure of the EMPLOYEES table. You want to retrieve hierarchical
data of the employees using the top-down hierarchy. Which SQL clause would let you choose the
direction to walk through the hierarchy tree?
A.WHERE
B.HAVING
C.GROUP BY
D.START WITH
E.CONNECT BY PRIOR
Answer:E

NO.4 Which three tasks can be performed using regular expression support in Oracle Database 10g?
(Choose three.)
A.It can be used to concatenate two strings.
B.It can be used to find out the total length of the string.
C.It can be used for string manipulation and searching operations.
D.It can be used to format the output for a column or expression having string data.
E.It can be used to find and replace operations for a column or expression having string data.
Answer:C D E

NO.5 View the Exhibit and examine the structure of the EMP table which is not partitioned and not an
index-organized table. Evaluate the following SQL statement: ALTER TABLE emp DROP COLUMN
first_name; Which two statements are true regarding the above command? (Choose two.)
A.The FIRST_NAME column would be dropped provided it does not contain any data.
B.The FIRST_NAME column would be dropped provided at least one or more columns remain in the table.
C.The FIRST_NAME column can be rolled back provided the SET UNUSED option is added to the above
SQL statement.
D.The FIRST_NAME column can be dropped even if it is part of a composite PRIMARY KEY provided the
CASCADE option is used.
Answer:B D

NO.6 You need to load information about new customers from the NEW_CUST table into the tables CUST
and CUST_SPECIAL. If a new customer has a credit limit greater than 10,000, then the details have to be
inserted into CUST_SPECIAL. All new customer details have to be inserted into the CUST table. Which
technique should be used to load the data most efficiently?
A.external table
B.the MERGE command
C.the multitable INSERT command
D.INSERT using WITH CHECK OPTION
Answer:C

NO.7 View the Exhibit and examine the description of the EMPLOYEES table. Your company decided to give
a monthly bonus of $50 to all the employees who have completed five years in the company. The
following statement is written to display the LAST_NAME, DEPARTMENT_ID, and the total annual salary:
SELECT last_name, department_id, salary+50*12 "Annual Compensation" FROM employees WHERE
MONTHS_BETWEEN(SYSDATE, hire_date)/12 >= 5; When you execute the statement, the "Annual
Compensation" is not computed correctly. What changes would you make to the query to calculate the
annual compensation correctly?
A.Change the SELECT clause to SELECT last_name, department_id, salary*12+50 "Annual
Compensation".
B.Change the SELECT clause to SELECT last_name, department_id, salary+(50*12) "Annual
Compensation".
C.Change the SELECT clause to SELECT last_name, department_id, (salary+50)*12 "Annual
Compensation".
D.Change the SELECT clause to SELECT last_name, department_id, (salary*12)+50 "Annual
Compensation".
Answer:C

NO.8 View the Exhibit and examine the description of the CUSTOMERS table. You want to add a constraint
on the CUST_FIRST_NAME column of the CUSTOMERS table so that the value inserted in the column
does not have numbers. Which SQL statement would you use to accomplish the task?
A.ALTER TABLE CUSTOMERS ADD CONSTRAINT cust_f_name
CHECK(REGEXP_LIKE(cust_first_name,'

 

 

 
Posted 2013/7/29 7:21:15  |  Category: 미분류  |  Tag: