answersLogoWhite

0

A database is a structured collection of records or data that is stored in a computer system.

This data can be used by applications. Even this wikianswers site would be using a database where the questions, the answers, the list of people who edited it etc would be stored.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What are the main functions of a database management system?

create the database


Explain the objectives and functions of DBMS?

The database management system is a program collection that issued in defining, creating, and maintaining the database. It has a 3 function; (1) database defining structure, (2) database populating, and (3) database manipulating.


What are the main subject in computer science?

In computer science engg ,main subjects are oops,data structures,database management system,operating system,computer architecture and more


What are the main function of a database system?

create the database


What are the basic concepts of DBMS?

DBMS stands for DataBase Management System. The main concepts are the structure, the manipulation, and a set of integrity rules.


How many types of database system users?

There are generally three main types of database system users: database administrators (DBAs), who manage and maintain the database; application developers, who create applications that interact with the database; and end-users, who utilize the applications to access and manipulate data. Each user group has distinct roles and responsibilities, contributing to the overall functionality and management of the database system.


Explain the importance objectives of management information system and widening scope management information system?

The main objective of MIS is to improve the management decision making, by providing accurate and up-to date information about the key aspects of organisational performance.


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 database management systems are there?

There are four basic and main database management systems that are used today. Those four include hierarchical, network, relational and object-oriented.


What are the main objectives of a database?

The main objectives of a database include data storage, retrieval, and management, ensuring that data is organized and accessible. Databases aim to maintain data integrity and consistency while supporting concurrent access by multiple users. Additionally, they facilitate efficient data manipulation and analysis, enabling users to generate meaningful insights and reports. Overall, databases are designed to optimize data handling and support decision-making processes.


What are a case management group's two main objectives with each case?

To manage and review


A quert is a question you ask about the data stored in a database?

A "query" is usually a programmatic statement that is understand by a DBMS(Database management system) that understands how to access and manipulate data within a database. The primary operations of a query are referred to as CRUD(Create, Read, Update, Delete) and the main programming language for writing queries is ANSI SQL.