what is database???
please give me answer
Answers
Answer:
A database is an organized collection of data, generally stored and accessed electronically from a computer system. Where databases are more complex they are often developed using formal design and modeling techniques.
Answer:
database is a set of information items stored in a structured way on (mostly) computer-readable media with well-defined access paths to data. Please note that the information items in themselves need not to be structured.
Thus, to give a few examples:
•a set of files stored on a computer together with specialized software to access the information is a database.
•a set of movies stored on a computer together with a movie index and some software to find and access them is a database.
•a set of real-time measurement data flowing in to the comoputer and stored somewhere is a database.
•a database can have its own DBMS (RDBMS, HDBMS etc) or can be flat file based as well.
Explanation:
hope it's help you...