W2 DBMS Chapter02
W2 DBMS Chapter02
Database
System
Concepts
and
Architecture
users but that are not too far removed from the way data
is organized in computer storage.
The models used most frequently in traditional
This includes the collection of all the data in the database. Also called
database instance (or occurrence or snapshot). (The term instance
is also applied to individual database components, e.g. record
instance, table instance, entity instance)
Refers to the content of a database at a moment in time.
Valid State:
A state that satisfies the structure and constraints of the database.
database.
Drop: It is used to delete objects from the database.
table.
Rename: It is used to rename an object.
dictionary.
Copyright © 2017 Ramez Elmasri and Shamkant B. Navathe Slide 2- 16
DBMS Languages(3)
Data Manipulation Language (DML):
Is a set of special commands that allows us to
access and manipulate data stored in existing
schema objects. These commands are used to
perform certain operations.
Once the database schemas are compiled and the
database is populated with data, users must have
some means to manipulate the database. Typical
manipulations include retrieval, insertion, deletion,
and modification of the data.
operations.
Call: It is used to call a structured query language or a Java
subprogram.
Explain Plan: It has the parameter of explaining data.