SQL Fundamentals 10G
SQL Fundamentals 10G
employee's
What would happen if a value were given for &Name that did not
match
FROM DEPARTMENTS;
FROM DEPT;
FROM DEPARTMENTS
Q3: After describing the EMPLOYEES table, you discover that the
SALARY column has a data type of NUMBER(8,2). Which SALARY
values(s) will NOT be permitted in this column?
A. SALARY-12345678
B. SALARY-123456.78
C. SALARY-12345.678
D. SALARY-123456
E. SALARY-12.34
Q4: After describing the JOB HISTORY table, you discover that the
START DATE and END-DATE columns have a data type of DATE.
Consider the expression END_DATE -START_DATE. (Choose two
correct statements.)
data types.
B and E
FROM DEPARTMENTS;
from departments;
FROM DEPARTMENTS;
Q9: Choose the correct syntax to return all columns and rows of
data from the
EMPLOYEES table.
from employees;
SELECT 'Coda"s favorite fetch toy is his orange ring' FROM DUAL;
C. SELECT, WHERE
D. SELECT, ORDER BY
Q12: Choose the' query that extracts the LAST _ NAME, JOB_ID,
and SALARY
OR MAN';
B. WHERE SALARY IN
in a SELECT statement.
a column as it ap-