Test 1 Flashcards
(129 cards)
Traditional applications?
Numeric and textual databases
Recent applications?
Multimedia
GIS
Biological
Data warehouse
Mobile
Real time
Social Networks started capturing a lot of information about people and about communications among people-posts, tweets, photos, videos in systems such as:
- Linked-In
Some part of the real world about which data is stored in a database. For example, student grades and transcripts at a university.
Mini-world
A database is a coherent collection of data with some inherent meaning . A random assortment of data cannot correctly be referred to as a database
Logically coherent
A database is designed, built, and populated with data for a specific purpose. It has an intended group of users and some preconceived applications in which these users are interested.
Designed with a purpose
What is a database?
Mini-world
Logically coherent
Designed with a purpose
A collection of related data
Database
Known facts that can be recorded and have an implicit meaning
Data
A software package/ system to facilitate the creation and maintenance of a computerized database.
Database management system (DBMS)
The DBMS software together with the data itself. Sometimes, the applications are also included
Database system
Impact of databases and database technology
Businesses,
service industries,
education,
personalized application,
social networks,
environmental/scientific application,
medicine
Typical DBMS functionality
Define
Construct
Manipulating
Processing & sharing
What does manipulating a database intel?
Retrieval
Modification
Accessing the database through web application
Application interact with a database by generating:
Queries
Transactions
Access different parts of data and formulate the result of a request
Queries
May read some data and “update” certain values or generate new data and store that in the database
Transactions
Applications must not allow __________ users to access data
Unauthorized
Must keep up with changing user requirements against the database
Application
DBMS may additionally provide?
Protection/security measures to prevent unauthorized access
“Active ” processing to take internal action on data
Prsentation/visualization of data
Maintenance of the database
Maintenance of the database and associated programs over the lifetime of the database application
Called Database, software, and system maintenance
A DBMS _________ stores the description of a particular database.
The description is called:
Catalog
Metadata
Insulation between programs and data are called:
Program-data independence
Allows changing data structures and storage organization without having to change the DBMS access programs
Insulation between programs and data