- Define what a database is
- Describe different users of information
- Identify the qualities of valuable information
- Discuss the terms character, fields, key fields, data types, records, files and tables
- Identify file maintenance techniques and how they are different than databases
- Describe the most common types of databases
- Describe the fundamental concepts of the relational database model
- Understand the hierarchy within relational databases
- Describe the Microsoft Access relational database management system and its components
- Create tables, import data, create queries, forms and reports using MS Access
- Explain how to interact with web databases
- Describe basic database design guidelines
After doing some outside research, I found that according to webopedia.com database management is simply a collection of programs that enables you to store, modify, and extract information from a database.
There are many different types of DBMSs, ranging from small systems that run on personal computers to huge systems that run on maniframes. The following are examples of database applications:
- automated teller machines
- computerized parts inventory systems
queries were requests for information from a database, which is a stylized question.
For example, the query: SELECT ALL WHERE NAME = "SMITH" AND AGE > 35 requests all rescords in which the NAME field is SMITH and the AGE field is greater than 35.
Doing outside research on this topic has really helped me to clearly understand the concepts presented in this section.
No comments:
Post a Comment