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
write a programme to insert into elements in array?n finding duplicate characters in given sting?
What is Sikuli?
Tell me what is an absolute xpath?
How does load testing work for websites?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
Explain me what the webdriver supported mobile testing drivers do you know?
What is difference between selenium and QTP tools Which is best tool... Which is most used tool
Is automation testing a black box testing or white-box testing?
IS DATA INTEGRITY TESTING AND INTEGRATION TESTING ONE AND THE SAME?IF DIFF CAN U SPECIFY THE DIFFERENCES
What do you think holds testers back to do automation? Is there a way to overcome it?
wat would be the -ve test case for search where u can brak it ,tell dnt tell abt spl characters insertion ,boundary values chk.
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
if i want to use different values in datatable with each iteration of for loop what would i do ??/
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
Tell me how could the web element attributes be inspected in order to use them in different locators?