We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 7
UNIT EXAMINATION
FUNDAMENTALS OF DATABASE SYSTEM
Test I - Identification 1. a set of programs for managing and accessing databases 2. a collection of organized, interrelated data, typically relating to a particular enterprise. 3. The _______attempts to determine the most efficient way to execute a given query. 4. The resulting strategy for implementing a given query is referred to as a ______. 5. maintains data relationships in the presence of data modifications 6. ensure that unauthorized users can't access the database 7. The _______ is responsible for managing the files that store data 8. The ______ loads data into main memory from disk as it is needed by the DBMS, and writes it back out when necessary. 9. ensures that the database remains in a consistent (correct) state despite failures 10. A ______ is a collection of operations that performs a single logical function in a database application 11. ____ is usually referred to as a non-procedural query language. 12.___ is used for accessing and manipulating a database. 13._____ is used for defining a (physical) database schema 14. A _____ is used to create, manage, access, and modify data in a database. 15.A _____ is typically conveyed as one or more diagrams 16. A ______ defines the structure or design of a database. 17.________ is the ability to modify the physical schema without having an impact on the logical or view levels. 18.defines low-level details about how data item is stored on disk. 19.defines how information is presented to users. Views can also hide details of data types, and information (e.g., salary) for security purposes. 20.describes data stored in a database, and the relationships among the data (usually conveyed as a data model, e.g., an ER diagram). Test II – Enumeration 1-6: Enumerate the Database Applications 7-9: Level of Abstraction 10-11: Types of Schema 12-13: Two parts of SQL 14-17: Database Users 18-22: Components of DBMS Test III - DMS
Henry Books Case
1. How many total employees work at all branches of Henry Books? 2. List the name of each publisher that’s not located in New York. 3. List the title of each book published by Jove Publications. 4. List the title of each book that has the type PSY. 5. List the title of each book that has the type MYS and that is in paperback. 6. List the title of each book that has the type HOR or whose publisher code is SC. 7. List the titles of paperback books that have the type FIC and a price of less than $8. 8. List the title of each book that has the type HIS or TRA. 9. List the title and publisher name for all books with a price greater than $20 10. For each book with coauthors, list the title, price, and author names (in the order listed on the cover). 11. For each book with more than six total copies on hand across all branches, list the book’s title and price. 12. List the title of each book that has the type FIC and that was written by John Steinbeck.