Oracle 12c: SQL
Oracle 12c: SQL
3rd Edition
ISBN: 9781305251038
Author: Joan Casteel
Publisher: Cengage Learning
bartleby

Videos

Textbook Question
Book Icon
Chapter 2, Problem 15MC

Which of the following lines of the SELECT statement contains an error?

1 SELECT title, cost,

2 cost*2

3 'With 200% Markup'

4 FROM books;

  1. a. line 1
  2. b. line 2
  3. c. line 3
  4. d. line 4
  5. e. There are no errors.
Blurred answer
Students have asked these similar questions
Which of the following will select the State and Sales fields from the Stores table? a. SELECT State AND Sales FROM Stores b. SELECT State OR Sales FROM Stores c. SELECT State, Sales FROM Stores d. SELECT ONLY State, Sales FROM Stores
Which of the following is not a valid INSERT statement?   a. INSERT INTO table_name VALUES (val1, val2);     b. INSERT INTO table_name (column1, column2) VALUES (val1, val2);     c. INSERT INTO table_name1 SELECT col1, col2 FROM table_name2;     d. INSERT INTO table_name1 VALUES (SELECT col1, col2 FROM table_name2);     e. All of the above     f. None of the above
53. Which SELECT statement retrieves the customer name for those that have a salesperson number of 137? A: SELECT CUSTNAME FROM CUSTOMER WHERE SPNUM 137; B: SELECT* FROM CUSTNAME WHERE SPNUM=137; C: SELECT CUSTOMER FROM CUSTNAME WHERE SPNUM=137; D:SELECT* FROM CUSTOMER WHERE SPNUM=137

Chapter 2 Solutions

Oracle 12c: SQL

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning
Text book image
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:9781337102124
Author:Diane Zak
Publisher:Cengage Learning
How to Design DB Tables for any Application? (The Basics); Author: Studytonight;https://www.youtube.com/watch?v=XUdNVaSikqY;License: Standard YouTube License, CC-BY
Create a Table (Introduction to Oracle SQL); Author: Database Star;https://www.youtube.com/watch?v=BiV1IrzB1sY;License: Standard Youtube License