Module 1 Flashcards
(34 cards)
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
When creating a physical database, a file is commonly referred to as a
table
A _____ is a person, place or thing with characteristics or attributes that will be included in the system.
entity
A ____ is a diagram that identifies the entities in the database and shows how entities are related to one another.
E-R model
NoSQL stands for
not only SQL
Big Data storage systems are also called
NoSQL systems
Known facts that have meaning, that can be recorded, that have implicit meaning
data
Information stored in a database catalog
meta-data
Where is meta-data stored
catalog
DBA stands for
database administrator