Examine the structure of the MEMBERS table: NameNull?Type
------------------------------------------------------------ MEMBER_IDNOT NULLVARCHAR2 (6)
FIRST_NAMEVARCHAR2 (50)
LAST_NAMENOT NULLVARCHAR2 (50)
ADDRESSVARCHAR2 (50)
CITYVARCHAR2 (25)
STATEVARCHAR2 (3)
You want to display details of all members who reside in states starting with the letter A followed by exactly one character.
Which SQL statement must you execute?
Correct Answer:B
A non-correlated subquery can be defined as . (Choose the best answer.)
Correct Answer:A
View the exhibit and examine the structure of the CUSTOMERS table.
Which two tasks would require subqueries or joins to be executed in a single statement?
Correct Answer:AE
Which two statements are true regarding constraints? (Choose two.)
Correct Answer:BC
Which two statements are true regarding the COUNT function?
Correct Answer:BD
Evaluate the following CREATE TABLE command:
Which statement is true regarding the above SQL statement?
Correct Answer:A