diff b/w DBMS & RDBMS?
Answer Posted / jazz_m
A DBMS has to be persistent, that is it should be accessible
when the program created the data ceases to exist or even
the application that created the data restarted. A DBMS also
has to provide some uniform methods independent of a
specific application for accessing the information that is
stored.
RDBMS is a Relational Data Base Management System Relational
DBMS. This adds the additional condition that the system
supports a tabular structure for the data, with enforced
relationships between the tables. This excludes the
databases that don't support a tabular structure or don't
enforce relationships between tables.
Many DBA's think that RDBMS is a Client Server Database
system but thats not the case with RDBMS.
Yes you can say DBMS does not impose any constraints or
security with regard to data manipulation it is user or the
programmer responsibility to ensure the ACID PROPERTY of the
database whereas the rdbms is more with this regard bcz
rdbms define the integrity constraint for the purpose of
holding ACID PROPERTY.
I have found many answers on many websites saying that
DBMS are for smaller organizations with small amount of
data, where security of the data is not of major concern and
RDBMS are designed to take care of large amounts of data and
also the security of this data.
and this is completely wrong by definition of RDBMS and DBMS
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi everyone, Are you looking for "worksoft certify" automation tool training online? We have experienced corporate Worksoft certify trainers. We also provide support Worksoft certify automation issues. Please contact us Automationsolutions@yahoo.com
How many test cases have you automated per day?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
What is javascriptexecutor and in which cases javascriptexecutor will help in selenium automation?
What are the 5 common software development problems solutions?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
can any one tell me the examples of white box testing
List the five essential types of test steps?
What are the different types of an automation tool that you are aware of?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
22. Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
Name the frameworks that are used in software automation testing?
Write a short compiled module which selects random numbers?
Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??
What are different coverages in function testing?