1z0-071 Exam Question 31

Examine the data in the CUST_NAME column of the CUSTOMERS table:
CUST_NAME
---------------------
Renske Ladwig
Jason Mallin
Samuel McCain
Allan MCEwen
Irene Mikkilineni
Julia Nayer
You want to display the CUST_NAME values where the last name starts with Mc or MC.
Which two WHERE clauses give the required result?
  • 1z0-071 Exam Question 32

    Examine the structure of the INVOICEtable.

    Which two SQL statements would execute successfully?
    SELECT inv_no, NVL2(inv_date, 'Pending', 'Incomplete')
  • 1z0-071 Exam Question 33

    Examine this business rule:
    Each student can work on multiple projects and earth project can have multiple students.
    You must decide an Entity Relationship (ER) model for optional data storage and allow generating reports in this format:
    STUDENT_ID FIRST_NAME LAST_NAME PROJECT_ID PROJECT_NAME PROJECT_TASK Which two statements are true?
  • 1z0-071 Exam Question 34

    Which three statements are true regarding subqueries?
  • 1z0-071 Exam Question 35

    Which three statements are true regarding subqueries? (Choose three.)