Which line in the following SQL statement raises an error? 1. SELECT name, title 2. FROM books

Question:

Which line in the following SQL statement raises an error?

1. SELECT name, title

2. FROM books JOIN publisher

3. WHERE books.pubid = publisher.pubid

4. AND

5. cost < 45.95

a. line 1

b. line 2

c. line 3

d. line 4

e. line 5

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Oracle 12c SQL

ISBN: 978-1305251038

3rd edition

Authors: Joan Casteel

Question Posted: