Audio CaptionStartStop

Database Applications

Elements of a database application:

As a database user, you usually see only one aspect of the database - a form. Database forms use a graphical interface to allow a user to enter record data. For example, when you fill out an order form online, you are probably interacting with a database. The information you enter becomes a record in a database table. Your order is matched with information in an inventory table (keeping track of which items are in stock) through a query. When your order is filled, a database report can be generated for use as an invoice or a bill of lading.