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


Please Help Members By Posting Answers For Below Questions

What kind of tests should not be automated?

760


In Selenium how a test suit is run and report is generated.

1806


Write a short compiled module which selects random numbers?

750


Do you know what is functional testing?

786


How to select an automation tool best matched for your project?

745


What is the major difference between Functional test, Acceptance test, Usability test and performance test. With special reference to automotive domain

2067


How can we make one test method dependent on other using testng?

752


Please explain how to perform load-testing?

832


What are the risks associated in automation testing?

847


whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,

1716


can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.

1976


What is the difference between automation tools and management tools?

768


Do you know how to check if a button is enabled on the page?

752


Why do you want to keep this kind of information in a separate file and not directly in the code?

783


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)

5186