|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#43. The EMPLOYEE tables has these columns: You want to display the name and annual salary multiplied by the commission_pct for all employees. For records that have a NULL commission_pct, a zero must be displayed against the calculated column. Which SQL statement displays the desired results?
Show comments for this question (1)
Add comments
Link to this question
|
|
#46. Examine the description of the MARKS table: SUBJ1 and SUBJ2 indicate the marks obtained by a student in two subjects. Examine this SELECT statement based on the MARKS table: SELECT subj1+subj2 total_marks, std_id FROM marks WHERE subj1 > AVG(subj1) AND subj2 > AVG(subj2) ORDER BY total marks;
What is the result of the SELECT statement?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.183
|
Server date 07:22 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|