DB 1 - Introduction to database Flashcards
What is Filed-based systems?
-Collection of application programs that perform services for the end users
-Each program defines and manages its own data
What are the problems with Filed-Based data?
- Separation and isolation of data
- Duplication of data
- Data dependence
- Incompatible file formats
- Fixed queries/Proliferation of application programs
What is database?
A collection of related data which allows input, editing and deletion, and can be queried (asked) for patterns, and produce reports and charts
What is metadata(system catalogue)?
It provides description of data to enable program-data independence
(in short it means ‘data about data’)
What does related data consist of?
Entities, attributes and relationships of an organization’s information
What is database management systems (DBMS) ?
A software system that enables users to define, create and maintain the database and that provides controlled access to this database
List 5 advantages of DBMS
- Control of data redundancy
- Data consistency
- Improved data integrity
- Improved security
- Improved backup and recovery services
List 3 disadvantages of DBMS
- Complexity
- Size
- Cost of DBMS
What is the differences between relational and non-relational database?
Relational databases store data in rows and columns form, while non-relational database store data in various form