Oracle Database 12c SQL 1z0-071 Question # 57 Topic 6 Discussion

Oracle Database 12c SQL 1z0-071 Question # 57 Topic 6 Discussion

1z0-071 Exam Topic 6 Question 57 Discussion:
Question #: 57
Topic #: 6

Examine these two queries and their output:

SELECT deptno, dname FROM dept;

1z0-071 Question 57

SELECT ename, job, deptno FROM emp ORDER BY deptno;

1z0-071 Question 57

Now examine this query:

SELECT ename, dname

FROM emp CROSS JOIN dept WHERE job = 'MANAGER'

AND dept.deptno IN (10, 20) ;


A.

64


B.

6


C.

3


D.

12


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.