1z1-071 Exam Question 276

Which statement is true regarding external tables?
  • 1z1-071 Exam Question 277

    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?
  • 1z1-071 Exam Question 278

    View the exhibit and examine the description of the PRODUCT_INFORMATION table.

    Which SQL statement would retrieve from the table the number of products having LIST_PRICE as NULL?
  • 1z1-071 Exam Question 279

    Examine the structure of the MEMBERStable.

    Which query can be used to display the last names and city names only for members from the states MO and MI?
  • 1z1-071 Exam Question 280

    View the Exhibit and examine the structure of the EMPLOYEES table.
    You want to display all employees and their managers having 100 as the MANAGER_ID.
    You want the output in two columns: the first column would have the LAST_NAME of the managers and the second column would have LAST_NAME of the employees.
    Which SQL statement would you execute?