This is a Clilstore unit. You can .
Database is an entity to store data in a structured and related way, with the least possible redundancy. Different applications and users should use these data simultaneously. Therefore, database concept is usually related to network concept, since the information contained on the database needs to be shared.
A database can be local, which means that only can be used by a user in one machine, or it can be distributed, which means the information is stored in remote machines and users can access data through a network.
Nowadays, the main database requirements are:
Nevertheless, Information System is the general concept used to name the global structure including all tools needed to share data. Thus, an Information System could be defined as a set of information stored in memory and a set of applications to manipulate these data. An Information System is composed by:
Database administration
Database allows users access to data, which can visualise, insert or update depending on their access privileges assigned by the database administrator. This entity can manage users and assign privileges to them in order to control the access to the database and ensure the quality and security of data.
Furthermore, database administration is controlled under a Database Management System. This DBMS is a set of services (software applications) used as an interface between database and applications trying to access data, in order to allow:
DBMS is controlled by three languages:
Internally, an DBMS has a standard architecture that allows database definition at three abstraction levels called logical, physical and external. The goal of this structure is to separate physical database, data and users. Database definition at each level is called schema.
Short url: https://clilstore.eu/cs/5333