answersLogoWhite

0

What is the definition of a database system?

Updated: 10/3/2023
User Avatar

Kkalyani

Lvl 1
13y ago

Best Answer

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

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

We use database to store the data in it. But only storing data is not sufficient . To manage the data in the database database management system is required.

The database is the collection of records that are somehow related to each other. Database management is the management of that data in the database.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Data Base Management System is a set of software programs (package) that controls the system organization, creation, storage, management, maintenance, usage and retrieval of data (from a set of tables or dataset) in a database.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

A database management system deals with computer technology. It is actual software that handles storage, updating, and the retrieval of data.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Database management system is nothing but the collection of data which exits for a long period of time .

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

We use database to store the data in it. But only storing data is not sufficient . To manage the data in the database database management system is required.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The database is the collection of records that are somehow related to each other. Database management is the management of that data in the database.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the definition of a database system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is database and database system?

A database is a collection of interrelated data and a database system is basically a computer based recordkeeping system. A database system ensures efficiency.


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.


Definition of database life cycle?

where is answer


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.


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)


Definition of database vendor?

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


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.