1z0-071 Exam Question 96

Examine the commands used to create DEPARTMENT_DETAILS and COURSE_DETAILS tables:

You want to generate a list of all department IDs that do not exist in the COURSE_DETAILS table.
You execute the SQL statement:

What is the outcome?
  • 1z0-071 Exam Question 97

    An Oracle database server session has an uncommitted transaction in progress which updated 5000 rows in a table.
    In which three situations does the transaction complete thereby committing the updates?
  • 1z0-071 Exam Question 98

    Examine the description of the PRODUCT_INFORMATION table:

    Which query retrieves the number of products with a null list price?
  • 1z0-071 Exam Question 99

    Examine this incomplete query:
    SELECT DATA'2019-01-01'+<INTERVAL CLAUSE>
    FROM DUAL;
    Which three clauses can replace<INTERVAL CLAUSE>ti add 22 hours to the date?
  • 1z0-071 Exam Question 100

    You must create a table EMPLOYEES in which the values in the columns
    EMPLOYEES_ID and LOGIN_ID must be unique and not null. (Choose two.)
    Which two SQL statements would create the required table?