Question 131

Examine the structure of the MEMBERS table: (Choose the best answer.)
Examine the SQL statement:
SQL > SELECT city, last_name LNAME FROM MEMBERS ORDER BY 1, LNAME DESC; What would be the result execution?
  • Question 132

    View and Exhibit and examine the structure and data in the INVOICE table.

    Which two statements are true regarding data type conversion in query expressions? (Choose two.)
  • Question 133

    Which two statements are true about Oracle synonyms?
  • Question 134

    Examine the structure of the CUSTOMERS table: (Choose two.)

    CUSTNO is the PRIMARY KEY.
    You must determine if any customers' details have been entered more than once using a different CUSTNO, by listing all duplicate names.
    Which two methods can you use to get the required result?
  • Question 135

    In which three situations does a new transaction always start? (Choose three.)