Databases store data, allowing them to be easily manipulated and displayed in various ways.
The process of building a database is called database design.
Database managementA database can be maintained manually or computerized (the latter is the one that interests us).The computerized database is created and maintained by a set of applications designed for those tasks specifically or, can be managed using a DBMS.
DBMS is a set of programs responsible for defining, building and manipulating a database, and maintaining its in tegrity and redundancies.
* Define a database: it consists of specifying the types of data, structures and restrictions for the data to be stored.
* Build a database: It is the process of storing data on some storage medium.
* Manipulate a database: it includes functions such as querying, updating, etc.of databases.
Handling of databases
The most common query language for online databases is SQL.See database query.
Some popular databases are MS Access, dBase , FoxPro, Paradox, Approach, Oracle and Open Office Base.
The databases contain tables, each table has records that in turn contain fields.
Traditional database applications
We are currently using databases continuously, many times without noticing, for example, when withdrawing or depositing money at an ATM, booking an air flight, by subscribing go to a service, or if we consult a catalog of books in a library, or when searching in an internet search engine, etc.In all these cases, computerized databases are being used.
Actors on bases of data
The actors or persons related to the databases are:
* Database administrator (ABD).* Database designer.* End user: en the person whose job requires access to the database either to consult, update and/or generate reports.* Systems analyst and application programmer.
Database storage (see database storage of data)
The databases are conceptual, they describe different entities with their attributes and relationships.But basically the databases end up being stored in the form of files, usually on magnetic disks.
Then it will depend on the type of database, the type of DBMS and the structure created, the way in which the organizations are organized.files and techniques to access the data they contain.
Related: • Database design • DBMS • Database query • SQL query • Database designer.• Database Administrator.
Comments
Post a Comment