1z0-071 Exam Question 171

View the exhibit and examine the description of the PRODUCT_INFORMATIONtable.

Which SQL statement would retrieve from the table the number of products having LIST_PRICEas NULL?
SELECT COUNT (DISTINCT list_price)
  • 1z0-071 Exam Question 172

    Which statement is true regarding external tables?
  • 1z0-071 Exam Question 173

    Examine the data in the COLORS table:

    Examine the data in the BRICKS table:

    Which two queries return all the rows from COLORS?
  • 1z0-071 Exam Question 174

    Examine the commands used to create DEPARTMENT_DETAILS and COURSE_DETAILS:

    You want to generate a report that shows all course IDs irrespective of whether they have corresponding department IDs or not but no department IDs if they do not have any courses.
    Which SQL statement must you use?
  • 1z0-071 Exam Question 175

    Examine this query:

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