MultipleChoice
Which two are true about constraints?
OptionsMultipleChoice
Examine the description of the EMPLOYEES table:
You write this falling statement:
SELECT dept-no AS department_id MAX (salary) AS max-sal
FROM employees
WHERE salary > 10000
GROUP BY department_id
ORDER BY max-sal:
Which clause causes the error?
OptionsMultipleChoice
Which two are true about savepoints?
OptionsMultipleChoice
Examine the description of the EMPLOYERS table:
Examine these requirements:
Disable the manager ID and salary of the lowest paid employees for that manager.
Exclude anyone whose manager is not known.
Exclude any managers where the minimum salary is 6000 or less.
Sort the output by minimum salary with the highest salary shown first.
Which statement will do this?
OptionsMultipleChoice
Examine the contents of the EMP table:
What is the result?
MultipleChoice
Examine this statement:
On which two columns of the table will an index be created automatically?
OptionsMultipleChoice
Which statement fails to execute successfully?
A)
B)
C)
D)
MultipleChoice
Examine this business rule:
Each student can work on multiple projects and each project can have multiple students. _
You must design an Entity Relationship (ER) model for optimal data storage and allow for generating reports in this format:
STUDEN_ID FIRST_NAMK LASTNAME PROJECT_ID PROJECT_NAME PROJECT_TASK
Which two statements are true?
OptionsMultipleChoice
Which three; statements are true about built-in data types?
OptionsMultipleChoice
Which two statements are true about current_timestamp?
Options