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

Concept explainers

Question
Book Icon
Chapter 8, Problem 1HOA
Program Plan Intro

Basic form of the SQL SELECT command:

The basic form of the SQL SELECT command is given below:

Basic form: SELECT-FROM-WHERE

Explanation:

  • The SQL SELECT command is used to retrieve given values in a database.
  • From the given basic form, a After user type the word "SELECT", user list the columns that they want to include in the query results.
    • Next, user type the word "FROM" followed by table name that have the data user need to query.
    • Finally, user can list conditions that apply to the data they want to retrieve after the word "WHERE".

Blurred answer
Students have asked these similar questions
Which customers live in New Jersey?  List each customer's last name, first name, and state. SQL commands
1. Which customers live in New Jersey? List each customer’s last name, first name, and state.
List all customers who were referred to the bookstore by another customer. List each customer's last name and the number of the customer who made the referral.
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.
Recommended textbooks for you
  • Text book image
    Oracle 12c: SQL
    Computer Science
    ISBN:9781305251038
    Author:Joan Casteel
    Publisher:Cengage Learning
    Text book image
    A Guide to SQL
    Computer Science
    ISBN:9781111527273
    Author:Philip J. Pratt
    Publisher:Course Technology Ptr
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning
Text book image
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr