试题详情
- 单项选择题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;
- C
关注下方微信公众号,在线模考后查看
热门试题
- Which of
- The data
- ABC Corp. has many s
- ()是Oracle最基本的物理存储单元。
- You want to take a c
- 在Oracle中,你需要创建索引提高薪水
- 在Oracle中,()程序包中提供了所有
- You are
- Which is a valid CRE
- Which two statements
- In a SELECT statemen
- Examine the CREATE
- Which two̳
- You are
- PL/SQL很容易检测和处理预定义和用户
- Which three statemen
- You have
- Examine the SQL sta
- Your database has t
- Which two operations