试题详情
- 单项选择题 Examine the structure if the EMPLOYEES table:
You need to create a view called EMP_VU that allows the user to insert rows through the view. Which SQL statement, when used to create the EMP_VU view, allows the user to insert rows?() A、CREATE VIEW emp_Vu AS SELECT employee_id, emp_name, department_id FROM employees WHERE mgr_id IN (102, 120);
B、CREATE VIEW emp_Vu AS SELECT employee_id, emp_name, job_id department_id FROM employees WHERE mgr_id IN (102, 120);
C、CREATE VIEW emp_Vu AS SELECT department_id, SUM(sal) TOTALSAL FROM employees WHERE mgr_id IN (102, 120) GROUP BY department_id;
D、CREATE VIEW emp_Vu AS SELECT employee_id, emp_name, job_id, DISTINCT department_id FROM employees;
关注下方微信公众号,在线模考后查看

热门试题
- What is true about s
- Which are DML statem
- You need to calculat
- Which substitution v
- A SELECT statement
- Which two are charac
- ExaminethedataintheE
- ExaminethedataintheE
- Evaluate the SQL st
- Which operator can b
- The EMP table conta
- Which statement adds
- ClicktheExhibitbutto
- In which case would
- Evaluate this SQL s
- Examine the structu
- The STUDENT_GRADES
- Which two statements
- Evaluate the SQL st
- ExaminethedataintheE