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
I am testing a GIS based application so Can anyone tell me which automation testing tool is best for this application?
Tell me an example of the languages supported by webdriver?
What are the primary features of good automation tool ?
What are the main attributes of test automation?
Can you list some other automation testing tools that you are familiar with?
What are the frameworks available in rc?
Where will you maintain information like url, login, password?
HOW DO YOU PERFORM SECURITY TESTING TO VERIFY FIREWALLS,PASWORD ENCRYPTOPNS ETC?
Explain me what are the main advantages of automation testing?
Tell us what is the difference between @factory and @dataprovider annotation?
What kinds of annotations are used in testng?
What is the different between GUI map and GUI map files?
how to map requirements& test cases in quality center ???
how to re-install QTP 11.0 trial version
What are the 5 common software development problems solutions?