1z0-071 Exam Question 41

View the exhibit and examine the structure in ORDERS and ORDER_ITEMS tables.

You need to create a view that displays the ORDER_ID, ORDER_DATE, and the total number of items in each order.
Which CREATE VIEW statement would create the views successfully?
  • 1z0-071 Exam Question 42

    View the Exhibit and examine the data in the PRODUCTStable.

    Which statement would add a column called PRICE, which cannot contain NULL?
    ALTER TABLE products
  • 1z0-071 Exam Question 43

    Examine this description of the PRODUCTS table:

    Rows exist in this table with data in all the columns. You put the PRODUCTS table in read-only mode. Which three commands execute successfully on PRODUCTS?
  • 1z0-071 Exam Question 44

    Examine the description of the BOOKS_TRANSACTIONS table:

    Examine this partial SQL statement:
    SELECT * FROM books_transactions
    Which two WHERE conditions give the same result?
  • 1z0-071 Exam Question 45

    Examine this statement,which executes successfully:
    In which order are the rows displayed?