DATABASE MANAGEMENT SYSTEM

           Database is a collection of related data. It is the electronic equivalent of a file cabinet a database management system(DBMS) or database manager is a program that sets up, or structures, a database. It also provides tools to enter, edit, and retrieve data from the database. All kinds of individuals use databases, from teachers recording grades to police officers checking criminal histories. Colleges and universities use databases to keep records on their students, instructors, and courses. Organiza tions of all types maintain employee databases

Three of the most widely used database management systems de signed for microcomput ers are Microsoft Access, Corel Paradox, and Lotus Approach.


                The relational database is the most widely used database structure. Data is or ganized into related tables. Each table is made up of rows called records and columns called fields. Each record contains fields of data about some specific person, place, or thing.


A DBMS provides a variety of tools to create and use databases. A sort tool will quickly re arrange a table's records according to a selected field. A filter tool will quickly display only those records meeting the conditions you specify.


The greatest power of a DBMS, however, comes from its ability to quickly find and bring together information stored in separate tables using queries, forms, and reports. A query is a question or a request for specific data con tained in a database. Database forms look sim ilar to traditional printed forms. These electronic forms are displayed on the computer monitor and typically reflect the contents for one record in a table. They are primarily used to enter new records and to make changes to existing records. Data from tables and queries can be printed in a va riety of different types of reports from a simple listing of an entire field in a table to a list of selected fields based on a query involving several tables.

Comments

Popular posts from this blog

Automations and robotics

Solid Pattern Program In Java Language

Palindrome Pattern Program In Java Language