Module 1 Flashcards
Structure to put data in
Database
Traditional databases typically hold this kind of data
alphanumeric or structured
RDBMS are used to manage ___________ data
structured
Having data is not the problem. The problems are
size, security, ease of updating, accuracy, redundancy and importance
Collection of interrelated data
database
A program to enable creation and maintenance of a database, and then to enter, manipulate and retrieve the data it stores.
DBMS
Combination of a DBMS and a database
database system
The file-based approach to databases (in the 60s and 70s) had these issues…
redundant data, manually programmed queries, storage loss due to redundancy, strong dependency between apps and data, difficulty integrating apps
SQL
Structured Query Language
A basic unit of data. Can be a letter, number or special symbol.
character
A group of related characters is called a
field
A collection of fields is called a
record
A group of records about the same type of entity is stored in a
file
When creating a physical database, a field is commonly referred to as a
column
When creating a physical database, a record is commonly referred to as a
row