Database Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1687 Page Views: 

What is a DBMS?



Posted By: Avi Date: 20 August 2009 02:56:07 AM
 Answer:

DBMS is a system where all interrelated data is atored and it allows the user to access data, modify the data, delete the data, and ensures the security of data.


Posted By: eTechPlanet


Date: 20 August 2009 02:56:07 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 1G8vnU
Related Questions
Database : What is Database Denormalization?

What is Database Denormalization?

Database denormalization is the reverse process of database normalization. Denormalization is the pr....
Category: Database Date: 10/7/2009 2:29:21 AM
Database : Explain Database Normalization?

Explain Database Normalization?

Database Normalization is a process to ensure that every non-key column in every table is directly d....
Category: Database Date: 10/7/2009 2:16:03 AM
Database : What is the use of commit command?

What is the use of commit command?

Commit command is used to make all the changes permanent to the underlying database which we made du....
Category: Database Date: 9/21/2009 9:51:29 PM
Database : What is the use of rollback command?

What is the use of rollback command?

ROLLBACK command is used to end the current transaction and undo all the changes we made since the c....
Category: Database Date: 9/21/2009 9:49:59 PM
Database : What is the difference between rollback and commit commands?

What is the difference between rollback and commit commands?

COMMIT command is used to make all the changes permanent to the underlying database which we made du....
Category: Database Date: 9/21/2009 9:47:19 PM