Database Programming Section 4 Quiz
Database Programming Section 4 Quiz
Section 4 Quiz
(Answer all questions in this section)
NEXT_MONTH
MONTHS + Date
ADD_MONTHS (*)
SELECT SYSDATE - 7
FROM employees;
ADD_MONTHS
BETWEEN
ROUND
MONTHS_BETWEEN (*)
SYSDATE (*)
DATETIME
CURRENTDATE
01-Jan-2004 (*)
01-Aug-2003
01-Jul-2003
01-Jan-2003
25
1 (*)
TRUNC
MOD (*)
ROUND
True
False (*)
UPPER (*)
UCASE
CASE
TOUPPER
SQL*** (*)
SQL******
******SQL
The last name of employees that have a salary that includes a $ in the
value, size of 15 and the column labeled SALARY.
The last name and salary for all employees with the format of the
salary 15 characters long, left-padded with the $ and the column
labeled SALARY. (*)
The last name and the format of the salary limited to 15 digits to the
left of the decimal and the column labeled SALARY.