최신 1z0-071 무료덤프 - Oracle Database SQL
Which two are SQL features?
정답: C,D
설명: (DumpTOP 회원만 볼 수 있음)
Which three statements about roles are true?
정답: A,B,F
설명: (DumpTOP 회원만 볼 수 있음)
Examine these statements:
CREATE TABLE dept (
deptno NUMBER PRIMARY KEY,
diname VARCHAR2(10) ,
mgr NUMBER ,
CONSTRAINT dept_fkey FOREIGN KEY(mgr) REFERENCES emp (empno));
CREATE TABLE emp (
Empno NUMBER PRIMARY KEY,
Ename VARCHAR2 (10) ,
deptno NUMBER,
CONSTRAINT emp_fkey FOREIGN KEY (deptno) REFERENCES dept (deptno) DISABLE); ALTER TABLE emp MODIFY CONSTRAINT emp_fkey ENABLE; Which two are true?
CREATE TABLE dept (
deptno NUMBER PRIMARY KEY,
diname VARCHAR2(10) ,
mgr NUMBER ,
CONSTRAINT dept_fkey FOREIGN KEY(mgr) REFERENCES emp (empno));
CREATE TABLE emp (
Empno NUMBER PRIMARY KEY,
Ename VARCHAR2 (10) ,
deptno NUMBER,
CONSTRAINT emp_fkey FOREIGN KEY (deptno) REFERENCES dept (deptno) DISABLE); ALTER TABLE emp MODIFY CONSTRAINT emp_fkey ENABLE; Which two are true?
정답: A,E
설명: (DumpTOP 회원만 볼 수 있음)
Which three statements are true about indexes and their administration in an Oracle database?
정답: A,C,D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the countries table:

Examine the description of the departments table:

Examine the description of the locations table:

Which two queries will return a list of countries with no departments?

Examine the description of the departments table:

Examine the description of the locations table:

Which two queries will return a list of countries with no departments?
정답: A,B
설명: (DumpTOP 회원만 볼 수 있음)
Which two statements are true about selecting related rows from two tables based on entity relationship diagram (ERD)?
정답: D,E
설명: (DumpTOP 회원만 볼 수 있음)
Which three statements are true about Oracle synonyms?
정답: A,C,D
설명: (DumpTOP 회원만 볼 수 있음)
You create a table by using this command:
CREATE TABLE rate_list (rate NUMBER(6,2));
Which two are true about executing statements?
CREATE TABLE rate_list (rate NUMBER(6,2));
Which two are true about executing statements?
정답: A,D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the CUSTONERS table:

CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?

CUSTNO is the PRIMARY KEY.
You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
Which two methods can you use to get the required result?
정답: C,D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the ENPLOYES table:

Which query requires explicit data type conversion?

Which query requires explicit data type conversion?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Which statement is true regarding the SESSION_PRIVS dictionary view?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description or the BOOKS_TRANSACTIONS table:

FOR customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
Which query should be used?

FOR customers whose income level has a value, you want to display the first name and due amount as 5% of their credit limit. Customers whose due amount is null should not be displayed.
Which query should be used?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the EMPLOYEES table:

Which statement will execute successfully, returning distinct employees with non-null first names?

Which statement will execute successfully, returning distinct employees with non-null first names?
정답: C
Which two are true about scalar subquery expressions?
정답: B,E
설명: (DumpTOP 회원만 볼 수 있음)
Which three statements are true about single-row functions?
정답: B,C,F
설명: (DumpTOP 회원만 볼 수 있음)
Examine the description of the EMPLOYEES table:

Which statement will fail?

Which statement will fail?
정답: D
설명: (DumpTOP 회원만 볼 수 있음)
Which two statements cause changes to the data dictionary?
정답: B,E
설명: (DumpTOP 회원만 볼 수 있음)
Which three statements are true about GLOBAL TEMPORARY TABLES?
정답: B,D,F
설명: (DumpTOP 회원만 볼 수 있음)