试题详情
- 单项选择题You need to create a view EMP_VU. The view should allow the users tomanipulate 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;
关注下方微信公众号,在线模考后查看

热门试题
- The DBA issues this
- The EMPLOYEES table
- ClicktheExhibitbutto
- CREATE TABLE dept (
- TheORDERStablehasthe
- Evaluate the SQL sta
- Which clause would y
- Which two statements
- In which scenario wo
- The EMPLOYEES table
- The CUSTOMERS table
- Which SELECT stateme
- You added a PHONE_N
- You need to create a
- Examine the descrip
- Examine this statem
- What is true about u
- Evaluate this SQL st
- Which two statements
- What is true about s