|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#62. Click on the EXHIBIT button and examine the employee table. You create a view with this command: CREATE VIEW dept_salary_vu AS SELECT dept_no, salary, last_name FROM employee WHERE salary> 45000 WITH CHECK OPTION;
For which employee can you update the dept_no column?
Show comments for this question (0)
Add comments
Link to this question
|
|
#68. You attempt to query the database with this command: SELECT dept_no, AVG(MONTHS_BETWEEN(SYSDATE, hire_date)) FROM employee WHERE AVG(MONTHS_BETWEEN(SYSDATE, hire_date)) > 60 GROUP BY dept_no ORDER BY AVG(MONTHS_BETWEEN(SYSDATE, hire_date));
Why does this statement cause an error?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.155
|
Server date 07:02 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|