Exam 1: Database Systems
Discuss some considerations when designing a database.
Proper database design requires the designer to identify precisely the database's expected use.
Designing a transactional database emphasizes accurate and consistent data and operational speed. Designing a data warehouse database emphasizes the use of historical and aggregated data. Designing a database to be used in a centralized, single-user environment requires a different approach from that used in the design of a distributed, multiuser database.
Designing appropriate data repositories of integrated information using the two-dimensional table structures found in most databases is a process of decomposition. The integrated data must be decomposed properly into its constituent parts, with each part stored in its own table. Further, the relationships between these tables must be carefully considered and implemented so the integrated view of the data can be re-created later as information for the end user. A well-designed database facilitates data management and generates accurate and valuable information. A poorly designed database is likely to become a breeding ground for difficult-to-trace errors that may lead to bad decision making-and bad decision making can lead to the failure of an organization. Database design is simply too important to be left to luck. That's why college students study database design, why organizations of all types and sizes send personnel to database design seminars, and why database design consultants often make an excellent living.
The database structure in a DBMS is stored as a .
B
serve as the intermediary between the user and the database.
A
Database programming languages receive all application requests and translate them into the complex operations required to fulfill those requests.
An advantage of database systems is that you needn't perform frequent updates and apply latest patches.
relates to the activities that make the database execute transactions more efficiently in terms of storage and access speed.
Discuss any three functions performed by the DBMS that guarantee the integrity and consistency of the data in the database.
An operational database is sometimes referred to as an enterprise database.
Data anomaly is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
Raw data must be properly for storage, processing and presentation.
exists when different and conflicting versions of the same data appear in different places.
What are the advantages of having the DBMS between the end user's applications and the database?
The same data might be simultaneously structured and unstructured depending on the intended processing.
Describe what metadata are and what value they provide to the database system.
The only way to access the data in a database is through the DBMS.
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)