Numeric, textual or audio information that describes real-world systems
Data
The implementation of database requirements in SQL with CREATE TABLE statements.
schema
Indicates the format of column values
data type
Responsible for securing the database system against unauthorized users
API
application programming interface
A group of queries that must be either completed or rejected as a whole
transaction
A collection of data in a structured format
Database
The phase that implements database requirements in a specific database system
logical design
The data type VARCHAR(16) is part of a statement. What does the value 16 represent?
sixteen characters,t the number of characters allowed
Determines the format of each data element and the overall database structure
database designer
DBMS
database management system
NoSQL is a database system optimized for
big data
A request to retrieve or change data in a database.
query
The principle that physical design never affects query results
data independence
The data type DECIMAL(8, 2) is part of a statement. What does the value (8, 2) represent?
eight significant digits, including two after the decimal point
Develops computer programs that utilize a database
database programmer
SQL
Structured Query Language
Translates the query processor instructions into low-level file-system commands that modify or retrieve data
storage manager
Specialized programming language, designed specifically for database systems
query language
This phase specifies database requirements without regard to a specific database system
conceptual design
This SQL statement creates a new table by specifying the table and column names
A consumer of data in a database
database user
CRUD
When failing to process a transaction, the database system must
Ensure transactions are processed completely or not at all
Reads and writes data in a database, and ensures consistency and availability
database system, also known as a database management system
In the following ER diagram, what do 'Book', 'Writes', and 'Address' represent?
Book => Entity
Writes => Relationship
Address => Attribute
The four common queries that are sometimes referred to as CRUD operations
Insert, Select, Update, and Delete
True or False? For simple databases with a limited amount of data and few users, one person may assume several roles,
true
ER diagram
Entity Relationship
To avoid multiple transactions accessing the same data at the same time, the database system must
Prevent conflicts between concurrent transactions