

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
K201xP Indiana University Bloomington, Kelley School of Business. Using MIS Ch.5 Database Processing. Topics include: Database Management Systems, Database Applications, and how to utilize them.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


K201 – Computers In Business “Database Processing” v What Is the Purpose of a Database? Ø The purpose is 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. v What is a Database? Ø Database-‐ is a self-‐describing collection of integrated records. Ø Bytes are grouped into columns, which are also called fields. Ø A group of similar rows or records is called a table or a file. Ø A database is a collection of tables plus relationships among the rows in those tables, plus special data, called metadata, that describes the structure of the database. Ø What Are Relationships Among Rows? § Primary Key-‐ is a column or group of columns that identifies a unique row in a table. Every table must have a key. § Relational Databases-‐ databases that carry their data in the form of tables and that represent relationships using foreign keys. Ø Metadata-‐ are data that describe data. § The presence of metadata makes databases much more useful. Because of metadata, no one needs to guess, remember, or even record what is in the database. To find out what a database contains, we just look at the metadata inside the database. v What Are the Components of a Database Application System?
Ø Database Application System-‐ such applications make data more accessible and useful. Users employ a database application that consists of forms, formatted reports, queries, and application programs. Ø What Is a Database Management System? § DBMS-‐ a program used to create, process, and administer a database. § A DBMS is a software program; a database is a collection of tables, relationships, and metadata. § Functions: creating the database and its structures, processing the database, and administering the database. v How Do Database Applications Make Databases More Useful? Ø Database Application-‐ a collection of forms, reports, quieries, 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. Ø Application programs process logic that is specific to a given business need. Ø Application programs also enable database processing over the Internet. Ø Multi-‐User Processing-‐ multiple users processing a database. Although opens up potential for a lost-‐update problem. Ø Enterprise DBMS-‐ products process large organizational and workgroup databases. These products support many users and many different database applications. Ø Personal DBMS-‐ products are designed for smaller, simpler database applications.