Computer Science, asked by sourya1794, 10 months ago

what is database........?​

Answers

Answered by Shubhgyanji
7

Answer:

Today we use computer to store information in form Data.

Data means stored information in computer files, for example list of all the students of a school.

Explanation:

Database is a computer program which can store, manipulate, edit, retrieve millions and million of records by querying.

Types of Database:

DBMS ( Data Base Management System)

RDBMS (Relations Data Base Manage System) : This one more is more dynamic in features.

Benefits of DBMS:

1. We can define the data type such as text, integer, string

2. It can be connect with multiple applications, like websites, and ERP soft wares

3. We can assign access to multiple users on need basis

4. Security

5. It eliminates the chance duplication.

In the end I would say "Without data companies are blind and deaf"

Answered by Anonymous
1

A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). Together, the data and the DBMS, along with the applications that are associated with them, are referred to as a database system, often shortened to just database.

A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). Together, the data and the DBMS, along with the applications that are associated with them, are referred to as a database system, often shortened to just database.Data within the most common types of databases in operation today is typically modeled in rows and columns in a series of tables to make processing and data querying efficient. The data can then be easily accessed, managed, modified, updated, controlled, and organized. Most databases use structured query language (SQL) for writing and querying data.

Similar questions