试题详情
- 单项选择题You need to create a view EMP_VU. The view should allow the users to manipulate the records of only the employees that are working for departments 10 or 20.Which SQL statement would you use to create the view EMP_VU?()
A、CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20);
B、CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) WITH READ ONLY;
C、CREATE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) WITH CHECK OPTION;
D、CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20);
E、CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) NO UPDATE;
关注下方微信公众号,在线模考后查看

热门试题
- A SELECT statement
- The EMP table has t
- You need to create a
- Which are DML statem
- Which two statements
- Which two statements
- The STUDENT_GRADES
- You added a PHONE_N
- You added a PHONE_NU
- Which are iSQL*Plus
- Which statement desc
- Examine the structu
- Which two statements
- What is true about t
- Evaluate this SQL s
- Which SELECT stateme
- Which operator can b
- You created a view
- Which SQL statement
- Examine the structu