|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#121. The EMPLOYEES table contains these columns: EMPLOYEE_ID NUMBER(4)
ENAME VARCHAR2 (25)
JOB_ID VARCHAR2(10) Which SQL statement will return the ENAME, length of the ENAME, and the numeric position of the letter "a" in the ENAME column, for those employees whose ENAME ends with a the letter "n"?
Show comments for this question (1)
Add comments
Link to this question
|
|
#128. Evaluate this SQL statement: SELECT ename, sal, 12*sal+100 FROM emp;
The SAL column stores the monthly salary of the employee. Which change must be made to the above syntax to calculate the annual compensation as "monthly salary plus a monthly bonus of $100, multiplied by 12"?
Show comments for this question (1)
Add comments
Link to this question
|
|
|
|
gen. 0.059
|
Server date 05:57 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|