|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#181. You created a view called EMP_DEPT_VU that contains three columns from the EMPLOYEES and DEPARTMENTS tables: EMPLOYEE_ID, EMPLOYEE_NAME AND DEPARTMENT_NAME. The DEPARTMENT_ID column of the EMPLOYEES table is the foreign key to the primary key DEPARTMENT_ID column of the DEPARTMENTS table. You want to modify the view by adding a fourth column, MANAGER_ID of NUMBER data type from the EMPLOYEES tables. How can you accomplish this task?
Show comments for this question (1)
Add comments
Link to this question
|
|
#184. Examine the structure of the CURR_ORDER table as shown below: You created the ORDER_V view selecting all rows and columns from the ORDER table where the amount of the order was over $250 and the date of the order was after January 1, 2000. The CREATE VIEW statement included the WITH CHECK OPTION clause. Which statement will execute successfully?
Show comments for this question (1)
Add comments
Link to this question
|
|
#188. The database administrator of your company created a public synonym called HR for the HUMAN_RESOURCES table of the GENERAL schema, because many users frequently use this table. As a user of the database, you created a table called HR in your schema. What happens when you execute this query? SELECT * FROM HR;
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.05
|
Server date 04:49 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|