试题详情
- 单项选择题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 WITH department_id IN (10,20);
E、CREATE FORCE VIEW emp_vu AS SELECT * FROM employees WHERE department_id IN (10,20) NO UPDATE;
- C
关注下方微信公众号,在线模考后查看
热门试题
- Which statemen
- You issued&ens
- You are i
- When shrinking
- You perform the fol
- Given: A progr
- Which statemen
- Which object privile
- In a test database,
- The CUSTOMERS table
- Examine the&en
- The operating&
- You createQ
- Your database&
- Which three statemen
- One of t
- You execute&en
- You executed&e
- You work
- Which three SELECT s