A Guide to SQL
A Guide to SQL
9th Edition
ISBN: 9781111527273
Author: Philip J. Pratt
Publisher: Course Technology Ptr
Question
Book Icon
Chapter 6, Problem 5CAT
Program Plan Intro

DELETE command:

  • The DELETE command with a WHERE clause is employed to remove a specific tuple from the table and entire database based on some condition.

Syntax for update the value in the table is given as follows:

DELETE FROM table_name [WHERE condition];

Blurred answer
Students have asked these similar questions
Delete all properties in the LARGE_PROPERTY table for which the owner number is BU106.
List student names and total reservations for all students whose have reservad a book more then one time between 1998-07-08 and 2000-07-15sql command
Knowledge Booster
Background pattern image
Recommended textbooks for you
  • 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
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning