Lesson Objective: 1.3: Understand Data Manipulation Language (DML) - This Objective May Include But Is
Lesson Objective: 1.3: Understand Data Manipulation Language (DML) - This Objective May Include But Is
Lesson Objective: 1.3: Understand Data Manipulation Language (DML) - This Objective May Include But Is
REVIEW LESSON
Lesson Objective:
1.3: Understand data manipulation language (DML). This objective may include but is
not limited to: understanding what DML is and its role in databases
Preparation Details
Teaching Guide
Essential Vocabulary:
SQL (Structured Query Language)—A database sublanguage used in querying, updating,
and managing relational databases; the de facto standard for database products.
DML (Data Manipulation Language)—A language that is used to insert data in, update,
and query a database. DMLs are often capable of performing mathematical and statistical
calculations that facilitate generating reports.
DDL (Data Definition Language)—A language that defines all attributes and properties
of a database, especially record layouts, field definitions, key fields, file locations, and
storage strategy.
SELECT—a DML statement used to choose or retrieve data from a database.
INSERT—a DML statement used to add data to a database.
UPDATE—a DML statement used to change or modify existing data in a database.
DELETE—a DML statement used to remove data from a database.
Lesson Sequence