Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Oracle 12C SQL
Quiz 12: Subqueries and Merge Statements
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Multiple Choice
The results of a subquery are passed back as input to the ____ query.
Question 62
Multiple Choice
The > operator is referred to as a(n) ____ operator.
Question 63
Multiple Choice
The following SQL statement contains what type of subqueries? SELECT isbn,title FROM books WHERE pubid = (SELECT pubid FROM books WHERE title = 'SHORTEST POEMS') AND retail-cost > (SELECT AVG(retail-cost) FROM books) ;