试题详情
- 单项选择题 Examine the structure of the EMPLOYEES and DEPARTMENTS tables: EMPLOYEES EMPLOYEE_ID NUMBER DEPARTMENT_ID NUMBER MANAGER_ID NUMBER LAST_NAME VARCHAR2(25) DEPARTMENTS DEPARTMENT_ID NUMBER MANAGER_ID NUMBER DEPARTMENT_NAME VARCHAR2(35) LOCATION_ID NUMBER You want to create a report displaying employee last names, department names, and locations. Which query should you use?()
A、SELECT e.last_name, d. department_name, d.location_id FROM employees e NATURAL JOIN departments D USING department_id ;
B、SELECT last_name, department_name, location_id FROM employees NATURAL JOIN departments WHERE e.department_id =d.department_id;
C、SELECT e.last_name, d.department_name, d.location_id FROM employees e NATURAL JOIN departments d;
D、SELECT e.last_name, d.department_name, d.location_id FROM employees e JOIN departments d USING (department_id );
关注下方微信公众号,在线模考后查看

热门试题
- Which constraint can
- Evaluate this SQL s
- Which is an /SQL*Plu
- Which SQL statement
- Which three SELECT s
- Which four are corre
- TheORDERStablehasthe
- ClicktheExhibitbutto
- Evaluate the SQL sta
- EvaluatethisSQLstate
- Which two statements
- Evaluate this SQL s
- The EMP table conta
- What is true about u
- The CUSTOMERS table
- Which three statemen
- You need to modify t
- Which SQL statement
- Which three statemen
- Which three statemen