1z1-071 Exam Question 201

Table EMPLOYEEScontains columns including EMPLOYEE_ID, JOB_ID and SALARY.
Only the EMPLOYEE_ID column is indexed.
Rows exist for employees 100 and 200.
Examine this statement:

Which two statements are true? (Choose two.)
  • 1z1-071 Exam Question 202

    Which statement is true about TRUNCATE and DELETE?
  • 1z1-071 Exam Question 203

    You issue the following command to drop the PRODUCTStable:
    SQL > DROP TABLE products;
    Which three statements are true about the implication of this command?
  • 1z1-071 Exam Question 204

    The SALES table has columns PROD_ID and QUANTITY_SOLD of data type NUMBER.
    Which two queries execute successfully?
  • 1z1-071 Exam Question 205

    Examine the description of the PRODUCT_STATUStable:

    The STATUScolumn contains the values IN STOCKor OUT OF STOCKfor each row.
    Which two queries will execute successfully? (Choose two.)