CHAPTER 12

image

SQL Data Manipulation Statements

There are four core DML statements in SQL, namely INSERT, UPDATE, DELETE, and SELECT. These statements apply to base tables and views (views will be discussed in the next chapter). The chapter proceeds under the following subheadings:

  • Insertion of Data
  • Update Operations
  • Deletion of Data
  • Commit and Rollback Operations
  • Basic Syntax for Queries
  • Simple Queries
  • Queries Involving Multiple Tables
  • Queries Involving the Use of Functions
  • Queries Using LIKE, BETWEEN and IN Operators
  • Nested Queries
  • Queries Involving Set Operators
  • Queries With Runtime Variables
  • Queries Involving SQL Plus Format Commands
  • Embedded ...

Get Database Systems now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.