answersLogoWhite

0

A database system is a way of organizing information on a computer, implemented by a set of computer programs. This kind of organization should offer: * simplicity - an easy way to collect, access-connect, and display information;

* stability - to prevent unnecessary loss of data;

* security - to protect against unauthorized access to private data; * speed - for fast results in a short time, and for easy maintenance in case of changes in the organization that stores the information. Each subject in the common database is put in a structure or object which is called a "table." The database provides a way to connect or "query" the different subjects depending on the goal of the question. Most of the common databases use a standard query language or "SQL" (although there are less-common kinds of databases that use different ways of accessing the data). The first databases were developed in the early 60s in the US. Most commercial and non-commercial organizations use a database for storing their important information.
An ordered collection of information. Usuall this is organized into tables, so you might also define a database as a collection of tables (together with some other, supporting, data structures, such as indices and views, and perhaps some computer code).

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the name of the system database that contains descriptions of the data in the database?

The system database that contains descriptions of the data in the database is called the data dictionary or metadata repository. It stores information about the structure, definition, and organization of data elements within the database to help users and systems work with the data effectively.


What are the two main functions of database?

Functions of a Database Management System: - Database Definition - Database creation (storing data in a defined database) - Retrieval (query and reporting) - Update(Changing the contents of the database) - Programming User Facilities for system development) - Database revision and restructuring - Database integrity control - Performance Monitoring


What is a database management system?

Database management system is a software system that creates,expands and maintains the database.


Why do Database Management is related to MS Access?

Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.Access is a Database Management System, so it is related to the management of data. It is what a database is for.


Are database and database management system identical?

No. Database is a data itself, organized according to rules of database management system. And Database Management System is a software used to organize a database, and to acces it too.


About oracle database management system?

database management is a system


Is Database an operatig system?

No, database is not an operating system. Database is a system used by websites or software to store data they use.


Definition of database life cycle?

The database life cycle refers to the process of designing, creating, implementing, and maintaining a database system throughout its entire existence. It typically involves stages such as requirements analysis, database design, implementation, testing, deployment, and ongoing maintenance and updates to ensure the database remains efficient and effective.


Definition of database vendor?

a collection of data is supplied by the database vendor. example: Oracle


What is a system based system?

A database system is a term that is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database .. (natsume)


Three components of database management system?

1. A data definition language 2. A data manipulation language 3. A data dictionary


Contrast of database and database system?

A database is simply a collection of pieces of information (data). A text file storing names and phone numbers is a database. A database management system (DBMS) is some software that manages the data within the database such as MySQL. Both the software and the database are considered together when thinking of a DBMS.