Zend
200-530 · Question #495
200-530 Question #495: Real Exam Question with Answer & Explanation
Sign in or unlock 200-530 to reveal the answer and full explanation for question #495. The question stem and answer options stay visible for context.
Question
You have created a table based on the following data: EmpID NUMBER (5) PRIMARY KEY EmpName VARCHAR2 (35) NOT NULL Salary NUMBER (9, 2) NOT NULL Commission NUMBER (4, 2) ManagerName VARCHAR2 (25) ManagerID NUMBER (5) Now, you want to display the names of employees and their managers, using a self join. SQL statements can you use to accomplish this? Each correct Which of the following Answer represents a complete solution. Choose two
Options
- ASELECT e.EmpName, m.ManagerName FROM Employees e INNER JOIN Employees m ON
- BSELECT e.EmpName, m.ManagerName FROM Employees e, Employees m WHERE
- CEmpID = m.ManagerID;
- DSELECT e.EmpName, m.ManagerName FROM Employees e SELF JOIN Employees m ON
- ESELECT e.EmpName, m.ManagerName FROM Employees e LEFT OUTER JOIN
Unlock 200-530 to see the answer
You've previewed enough free 200-530 questions. Unlock 200-530 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.