What is Database?
Answers were Sorted based on User's Feedback
Answer / shankey*
A database is similar to a data file in that it is a
storage place for data. Like a data file, a database does
not present information directly to a user; the user runs
an application that accesses data from the database and
presents it to the user in an understandable format.
Database systems are more powerful than data files in that
data is more highly organized. In a well-designed database,
there are no duplicate pieces of data that the user or
application must update at the same time. Related pieces of
data are grouped together in a single structure or record,
and relationships can be defined between these structures
and records.
When working with data files, an application must be coded
to work with the specific structure of each data file. In
contrast, a database contains a catalog that applications
use to determine how data is organized. Generic database
applications can use the catalog to present users with data
from different databases dynamically, without being tied to
a specific data format.
A database typically has two main parts: first, the files
holding the physical database and second, the database
management system (DBMS) software that applications use to
access data. The DBMS is responsible for enforcing the
database structure, including:
Maintaining relationships between data in the database.
Ensuring that data is stored correctly, and that the rules
defining data relationships are not violated.
Recovering all data to a point of known consistency in case
of system failures.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / kasirajan
database is used to store data's and retrieve it whenever needed...this is a simple answer...
| Is This Answer Correct ? | 4 Yes | 1 No |
Give string types available for column?
What are the applications required to support mysql?
What is mysqli_num?
what programming language which is used for testing and developement in sql?
Can I copy mysql data directory?
what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage
Explain what is mysql?
What are the two types of queries?
how to connect a php script with the mysql database?
What is the use of mysqli_num_rows?
What is the difference between myisam dynamic and myisam static in mysql?
In how many ways we can retrieve data in the result set of mysql using php?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)