1z1-071 Exam Question 131

Which two are true about creating tables in an Oracle database?
  • 1z1-071 Exam Question 132

    Examine the description of the EMPLOYEES table:

    Which two queries return the highest salary in the table?
  • 1z1-071 Exam Question 133

    Examine the structure of the BOOKS_TRANSACTIONStable:

    You want to display the member IDs, due date, and late fee as $2 for all transactions.
    Which SQL statement must you execute?
    SELECT member_id AS MEMBER_ID, due_date AS DUE_DATE, $2 AS LATE_FEE FROM
  • 1z1-071 Exam Question 134

    View the Exhibit and examine the structure of CUSTOMERS table.
    Using the CUSTOMERS table, you need to generate a report that shows an increase in the credit limit by 15% for all customers. Customers whose credit limit has not been entered should have the message "Not Available" displayed.
    Which SQL statement would produce the required result?
  • 1z1-071 Exam Question 135

    Examine the description of the SALES table:

    The SALES table has 55,000 rows.
    Examine this statement:

    Which two statements are true?