Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What is DBMS?

Nice?Vote!
It is a collection of programs that enables user to create and maintain a database. In other words it is general-purpose software that provides the users with the processes of defining, constructing and manipulating the database for various applications.
asked 1 year ago in SQL Server Interview Questions and Answers by siva (10,720 points) edited 1 year ago by R

2 Answers

Nice?Vote!
As one of the oldest components associated with computers, the database management system, or DBMS, is a computer software program that is designed as the means of managing all databases that are currently installed on a system hard drive or network. Different types of database management systems exist, with some of them designed for the oversight and proper control of databases that are configured for specific purposes.
answered 1 year ago by anonymous
Nice?Vote!
1.    Manages very large amounts of data
2.    Supports efficient access to very large amounts of data
3.    Supports concurrent access to data
4.    Supports secure, atomic access to data
answered 1 year ago by R (19,530 points)

Related questions