2. The Database Environment Flashcards
(144 cards)
What are the components of a database environment?
- Users
- Database management systems
- Physical database
What are the advantages of a database?
- Reduces data redundancy
- Reduce costs of capturing data. Only entered once
- Data integrity is maintained and improved. Updates made in one place
- Improved data security, centrally controlled
- Application software independence. Data is stored separately from application software so updates won’t require rewriting.
- Standardization of data structures.
- Improved data access. Data made available to different users at the same time.
What are some disadvantages of databases
- Start up costs are large
- Database systems are complex to use
- Time-consuming to design
- A database failure will shut down the organization
Who are the different users of a database?
- End-users
- Application programmers
- Database administrator
- Data administrator
Who are the end users?
They capture data and extract information
Low skill level and use application software
What are the applications programmers for?
They are responsible for creating, maintaining, updating and managing application and DBMS software
What are the database administrators for?
- Responsible for controlling and managing database.
- Their roles include;
- implement and maintain standards
- Ensure application software complies with database management standards
- Define database structures
- Design and create databases in line with standards
- Implement, maintain and Evaluate access policies
- Monitor data and database access and security
- Monitor and maintain database performances
What is another name for a data administrator?
Database analyst
What are the data administrators responsible for?
- Managing and controlling data
- Manage integrity and setting and enforcing data standards
Are the database admin and data admin usually the same person?
Yes
What is a DBMS?
An integrated set of software that provides user friendly interface to users.
What is an example of DBMS?
Microsoft access
What are the functions of the DBMS?
- Design create and maintain database structures
- Control and organize data retrieval and and storage
- Capture, maintain and manipulate data
- Share data between multiple users
- Executes queries and generate outputs
- Control movement of data between users
- Control,and manage access
- Analyze and monitor database performance
Who suggests the three-level database architecture?
ANSI-SPARC
American national standards institute - standards planning and requirements committee
What are the three-levels of database architecture?
- External level
- Conceptual level
- Internal level
Is the three-level view of database architecture used commonly?
Yes
What is the external level also called?
The user view
He many different user views could there be?
An infinite amount
E.g. A creditor clerk’s user view screen will look different from a cash book input screen.
What is the conceptual level?
A complete view of the entire database and all it’s data.
Who will generally use the conceptual level view?
The database administrator
He many conceptual views of the database are there?
Only one
What is another name for an internal view?
Physical view
What is the physical view?
It is a low level view of how the data is physically stored, such as storage device like a magnetic hard drive.
He many physical views are there?
Only one