Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Database?

Answers were Sorted based on User's Feedback



What is Database?..

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

What is Database?..

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

Post New Answer

More MySQL Interview Questions

Explain TIMESTAMP DEFAULT ?2006:09:02 17:38:44&#8242; ON UPDATE CURRENT_TIMESTAMP.

1 Answers  


What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?

0 Answers  


Which is faster mongodb or mysql?

0 Answers  


what is constraints?

0 Answers  


What is DDL in MySQL?

1 Answers  


How do I clear a mysql database?

0 Answers  


What is pragma serially_reusable and why is it used?

0 Answers  


Is mariadb better than mysql?

0 Answers  


What do you need to connect php to mysql?

0 Answers  


How can you filter the duplicate data while retrieving records from the table?

0 Answers  


What is mysql server used for?

0 Answers  


How to find second highest salary from a table?

0 Answers  


Categories