diff b/w DBMS & RDBMS?
Answer Posted / satvir kaur
1.DBMS is DATA BASE MANAGEMENT SYSTEM
RDBMS is RELATIONAL DATABASE MANAGEMENT SYSTEM
2.In DBMS keys are not used.
In RDBMS keys are used.
3.In DBMS duplication of rows ans columns.
But in RDBMS there is no duplication of rows and columns.
4.In DBMS rows and columns are independent.
But in RDBMS rows and columns are dependent.
5.DBMS is for single user only.
RDBMS is for multi-user.
6.DBMS does not satisfies codd's rules.
RDBMS satisfies codd's rules
Is This Answer Correct ? | 65 Yes | 9 No |
Post New Answer View All Answers
What kind of tests should not be automated?
In Selenium how a test suit is run and report is generated.
Write a short compiled module which selects random numbers?
Do you know what is functional testing?
How to select an automation tool best matched for your project?
What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain
How can we make one test method dependent on other using testng?
Please explain how to perform load-testing?
What are the risks associated in automation testing?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
What is the difference between automation tools and management tools?
Do you know how to check if a button is enabled on the page?
Why do you want to keep this kind of information in a separate file and not directly in the code?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)