Question 21
Examine this query:

Which two methods should you use to prevent prompting for a hire date value when this query is executed?
(Choose two.)

Which two methods should you use to prevent prompting for a hire date value when this query is executed?
(Choose two.)
Question 22
In which normal form is a table, if it has no multi-valued attributes and no partial dependencies?
Question 23
Examine the structure of the SHIPMENTS table:

You want to generate a report that displays the PO_IDand the penalty amount to be paid if the SHIPMENT_DATEis later than one month from the PO_DATE. The penalty is $20 per day.
Evaluate the following two queries:

Which statement is true regarding the above commands?

You want to generate a report that displays the PO_IDand the penalty amount to be paid if the SHIPMENT_DATEis later than one month from the PO_DATE. The penalty is $20 per day.
Evaluate the following two queries:

Which statement is true regarding the above commands?
Question 24
View the Exhibit and examine the structure of the EMP table which is not partitioned and not an index-organized table. (Choose two.)

Evaluate this SQL statement:
ALTER TABLE emp
DROP COLUMN first_name;
Which two statements are true?

Evaluate this SQL statement:
ALTER TABLE emp
DROP COLUMN first_name;
Which two statements are true?
Question 25
You must create a table EMPLOYEES in which the values in the columns EMPLOYEES_ID and LOGIN_ID must be unique and not null.
Which two SQL statements would create the required table? (Choose two.) CREATE TABLE employees
Which two SQL statements would create the required table? (Choose two.) CREATE TABLE employees
