1z1-071 Exam Question 36
Examine the structure of the MEMBERStable:
Name Null? Type
- ----------------- --------------- ------------------------------
MEMBER_ID NOT NULL VARCHAR2 (6)
FIRST_NAME VARCHAR2 (50)
LAST_NAME NOT NULL VARCHAR2 (50)
ADDRESS VARCHAR2 (50)
You execute the SQL statement:
SQL > SELECT member_id, ' ' , first_name, ' ' , last_name "ID FIRSTNAME LASTNAME " FROM members;
What is the outcome?
Name Null? Type
- ----------------- --------------- ------------------------------
MEMBER_ID NOT NULL VARCHAR2 (6)
FIRST_NAME VARCHAR2 (50)
LAST_NAME NOT NULL VARCHAR2 (50)
ADDRESS VARCHAR2 (50)
You execute the SQL statement:
SQL > SELECT member_id, ' ' , first_name, ' ' , last_name "ID FIRSTNAME LASTNAME " FROM members;
What is the outcome?
1z1-071 Exam Question 37
Which three statements are true regarding single-row functions? (Choose three.)
1z1-071 Exam Question 38
Which three statements are true about multiple row subqueries? (Choose three.)
1z1-071 Exam Question 39
Evaluate the following statement.

Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?

Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?
1z1-071 Exam Question 40
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?

Which SQL statement would retrieve from the table the number of products having LIST_PRICE as NULL?