Basics of Database Management Systems | DBMS and SQL | Interview Questions


What is a database?
A database is a shared collection of logically related data and description of these data, designed to meet the information needs of an organization.


What is Database Management System?
A Database Management System is a software system that enables users to define, create, maintain, and control access to the database. Database systems typically have high cost and they require high hardware configurations


Describe an application program.
An application program interacts with a database issuing an appropriate request using a statement

Comments