By the end of this lesson, you should be able to:
- Understand the relationship of database components
- Understand the specific roles of tables, forms, queries, and records
What is a database?
A database is a collection of information organized and presented to serve a specific purpose. Database programs are created using a program like Microsoft Access 2003.
A Microsoft Access database is made up of several components, including:
- Tables
- Forms
- Queries
- Reports
These components are called database objects. One or more of these objects are formed when a database is created. These components are stored in a single database file.
What is a table?
Data is stored in one or more tables. Separate tables are usually created for specific topics, such as products or suppliers. Tables can be related to one another to access different types of information. Because data is stored only once—you probably would not save the same information in two different tables—your database becomes more efficient.
The columns and rows in an Access table resemble an Excel spreadsheet. Tables organize data into columns (calledfields) and rows (called records). A record is comprised of one or more fields, depending on the number of fields defined to the table.
Individual fields in an address book table might consist of name, street address, city, state, zip code, and phone number. A single record is an entry that uses all of these fields, such as your brother's or sister's contact information.
What is a query?
A query lets you find and retrieve information from one or more tables based on a set of search conditions you define (like certain fields in one or more tables). The results can be displayed in a manner of your choosing. Queries can be created using a wizard or developed from scratch in the Query Design view.
What is a form?
An online form can be created to view, input, or change information in one or more tables. In this course, we will see how forms are used as both menus and as data-entry forms to database tables. Forms can retrieve data from one or more tables and display the output on the screen.
What is a report?
A report is an effective way to analyze and present data in a printed format using a specific layout. You have control over the size and appearance of information printed on the report, similar to formatting you perform in a Microsoft Word document.





No comments:
Post a Comment