Lecture 2 - Database System Concepts and Architecture
Lecture 2 - Database System Concepts and Architecture
data.
(Also called entity-based or object-based data models.)
Physical (low-level, internal) data models:
Provide concepts that describe details of how data is stored in the
SQL does not support actions such as input from users, output
to displays, or communication over the network.
Such computations and actions must be written in a host
language, such as C/C++, Java or Python, with embedded SQL
queries that access the data in the database.
Application programs -- are programs that are used to interact
with the database in this fashion.