1z0-071 Exam Question 171

You must create a SALES table with these column specifications and data types: (Choose the best answer.) SALESID: Number
STOREID: Number
ITEMID: Number
QTY: Number, should be set to 1 when no value is specified
SLSDATE: Date, should be set to current date when no value is specified PAYMENT: Characters up to 30 characters, should be set to CASH when no value is specified Which statement would create the table?
  • 1z0-071 Exam Question 172

    Which two statements are true about the SET VERIFY ON command?
  • 1z0-071 Exam Question 173

    The SQL statements executed in a user session are as follows:

    Which two statements describe the consequences of issuing the ROLLBACK TO SAVE POINT a command in the session? (Choose two.)
  • 1z0-071 Exam Question 174

    View the exhibit and examine the descriptions of the DEPT and LOCATIONS tables.

    You want to update the CITY column of the DEPT table for all the rows with the corresponding value in the CITY column of the LOCATIONS table for each department.
    Which SQL statement would you execute to accomplish the task?
  • 1z0-071 Exam Question 175

    Examine the structure proposed for the TRANSACTIONS table:

    Which two statements are true regarding the storage of data in the above table structure? (Choose two.)