A database management system is an application used to create and access databases.
Although single user database management systems exist (Microsoft Access for example) these applications are typically used by businesses and larger organizations. Database management systems are also widely used by Internet applications web servers and e-commerce sites.
The Functions of A Database Management System
A typical database management system application has several primary functions:
Speaking Your DBMS
Requesting data from a database management system is typically done in the form of a query. A query is a request in the form of a program command. For example: "SELECT ALL WHERE NAME = -RODGERS' AND AGE < 40" tells the database management application to pull all records of people named Rodgers who are under 40 years old.
The most popular programming language used to access database information is the Structured Query Language (SQL). SQL is a powerful, English-like data access language.
More advanced database query languages are called 4GL, or fourth-generation languages.
Database management software has so many uses. Its basic function is as a program that stores information and then allows you or other users to search, retrieve, sort, revise, analyze and order data, making database software perfect for everything from keeping your library organized to running a business Web site smoothly. |
Adding new fields in existing Access databases is relatively easy. You can either add a row, or you can use the Field Template feature. |
What is a database used for? Not only does a database store information, but, depending on how the database is built, it can also help spread information among your employees and protect your company's data. |