|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#56. The EMPLOYEE table contains these columns: LAST_NAME VARCHAR2(25)
FIRST_NAME VARCHAR2(25)
SALARY NUMBER(7,2) You need to display the names of employees that earn more than the average salary of all employees. Evaluate this SQL statement SELECT last_name, first_name FROMemployee WHEREsalary > AVG(salary);
Which change should you make to achieve the desired results?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.225
|
Server date 10:50 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|