试题详情
- 单项选择题Click the Exhibit button and examine the data in the EMPLOYEES and DEPARTMENTS tables.You want to retrieve all employees, whether or not they have matching departments in the departments table. Which query would you use?()
A、SELECT last_name, department_name FROM employees NATURAL JOIN departments;
B、SELECT last_name, department_name FROM employees JOIN departments ;
C、SELECT last_name, department_name FROM employees e JOIN departments d ON (e.department_id = d.department_id);
D、SELECT last_name, department_name FROM employees e RIGHT OUTER JOIN departments d ON (e.department_id = d.department_id);
E、SELECT last_name, department_name FROM employees FULL JOIN departments ON (e.department_id = d.department_id);
F、SELECT last_name, department_name FROM employees e LEFT OUTER JOIN departments d ON (e.department_id = d.department_id);
- F
关注下方微信公众号,在线模考后查看
热门试题
- Examinethefollowingc
- The STUDENT_GRADES
- Evaluate this SQL s
- Which iSQL*Plus feat
- The systemQ
- Which are̳
- PL/SQL的循环控制语句LOOP包括以
- The CUSTOMERS table
- Node Manager
- Your database&
- ClicktheExhibitbutto
- Given: What is
- Examine the structu
- You want to analyze
- Your database&
- Which are̳
- Examine the descrip
- 对于主键的说法错误的是()。
- You executed&e
- You are