|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#74. Evaluate this SQL statement: SELECT e.employee_id, (.15* e.salary) + (.5 * e.commission_pct) + (s.sales amount * (.35 * e.bonus)) AS CALC_VALUE FROM employees e, sales s WHERE e.employee_id = s.emp_id;
What will happen if you remove all the parentheses from the calculation?
Show comments for this question (1)
Add comments
Link to this question
|
|
#77. A new standard has been adopted in your department that all codes that contain only 3 characters must have a dash (-) and two character values appended to them. Which function can be used in your query to restrict the data displayed to only those codes containing 3 characters?
Show comments for this question (1)
Add comments
Link to this question
|
|
#79. The STUDENT_GRADES table has these columns: STUDENT_ID NUMBER(12)
SEMESTER_END DATE
GPA NUMBER(4,3) The registrar has asked for a report on the average grade point average (GPA) for students enrolled during semesters that end in the year 2000. Which statement accomplish this?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.323
|
Server date 09:48 22-11-2008
|
Developed by Zip © 2006
|
|
 |
|
|