1z0-071 Exam Question 121

Examine the data in the CUST_NAME column of the CUSTOMERS table.

You want to extract only those customer names that have three names and display the * symbol in place of the first name as follows:

Which two queries give the required output?
  • 1z0-071 Exam Question 122

    View the exhibit and examine the description of the PRODUCT_INFORMATION table.
    Which SQL statement would retrieve from the table the number of products having LIST_PRICE as NULL?
  • 1z0-071 Exam Question 123

    Which two statement are true regarding table joins available in the Oracle Database server? (Choose two.)
  • 1z0-071 Exam Question 124

    View the Exhibit and examine the structure of the EMPLOYEES table.
    You want to display all employees and their managers having 100 as the MANAGER_ID.
    You want the output in two columns: the first column would have the LAST_NAME of the managers and the second column would have LAST_NAME of the employees.
    Which SQL statement would you execute?
  • 1z0-071 Exam Question 125

    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 view successfully?