DATABASE
DATABASE A database is an organized collection of data , stored and accessed electronically. Database designers typically organize the data to model aspects of reality in a way that supports processes requiring information, such as (for example) modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies. SOURCE:https://en.wikipedia.org/wiki/Database DAYABASE MANAGEMENT SYSTEM (DBMS) A database management system ( DBMS ) is a software application that interacts with end users , other applications, and the database itself to capture and analyze data. A general-purpose DBMS allows the definition, creation, querying, update, and administration of databases. A database is generally stored in a DBMS-specific format which is not portable , but different DBMSs can share data by using standards such as SQL and ODBC or JDBC . Sometimes a DBMS is loosely referred to as a "database". Computer scientists m...