Ch. 5 questions Flashcards
What is the purpose of a database
to keep track of things. lists of data involving a single theme can be stored in a spreadsheet. lists that involve data with multiple themes require a database
What is a database?
self describing collection of integrated records, database is a collection of tables plus relationships among the rows in those tables, plus special data, called metadatam that describes the structure of the database
Databases that carry their fata in the form of tables and represent relationhsips using foregn keys are called relational databases
What are the components of a database application system?
applications make database data more aceessible and useful
- database security
- creating the database and its structure
- proessing the database
- administering the database
How do databasae applications make databases more useful?
it is a collection of forms, reports, queries, and application programs that process a database.
Data entry forms are used to read, insert modify, and delete data. reports show data in a structured context
How are data models used for database development?
through user involvement, data models are created based on what data is necessary for the users to perform their jobs. ideally it would contain just the data that they need.
data models describe the data and relationships that will be stored in the database.
Do not allow the database developers to create something in the data model that is not part of your business world
How is a data model transformed into a database design?
database design team transforms entitites into tables and expresses relationships by defining foreign keys.
consists of normalizing (getting rid of duplicate info)
Q8: 2022?
k