1.
Which SQL statement should be used to retrieve the minimum and maximum salaries (SALARY) for each job code (JOB), sorted by job code, from a table named EMPLOYEE?
2.
Which type of stored procedure is not associated with an external application program?
3.
Which SQL statement will retrieve the department number (WORKDEPT) and average departmental salary (SALARY) for all departments in a table named EMPLOYEE and arrange the result set in ascending order by average departmental salary?
4.
Which statement about system-period temporal tables is true?
5.
A table named DEPARTMENT contains the following data: What will happen?
6.
Given the following statements: What will be the result?
7.
A table named STATES has the following columns: STATE_CD, REGION_CD, and STATE_NAME. Which SQL statement will return the number of states in each region, ordered by number of states?
8.
When a user-defined function (UDF) is created and no schema is specified, what schema is used to store the UDF?
9.
What is a function of a table check constraint?
10.
Which type of table is best suited for recording results from application data manipulation that is not required to be persistent?