diff b/w DBMS & RDBMS?
Answer Posted / keerthana
· Dbms is database management systems and Rdbms is
relational database management systems.Though both deal
with handling data(which includes
storing,deleting,retrieving,inserting and updating data)
the difference is that in DBMS,the data however large ,is
stored in a single table.Whereas in Rdbms the data that is
to be stored is split appropriately into many tables under
a common database name and these different tables dealing
with the same type of data are related to each other by
defining certain relations(so the name 'R'dbms i.e
relational).
For example,consider the database to store student
records.In DBMS,all details like
name,roll,marks,street,city ,state,phone will be stored in
a single table.But in Rdbms,the database is splitted
something like the name,marks,roll under the 'student
details' table and the street,city,state,phone under
the 'Contacts' table.Any information to be obtained is done
by the properly relating the 'student details'
and 'contacts' tables.DBMS offers a very limited scope for
data retrieval using queries when compared to
Rdbms.Examples of Rdbms-Oracle,MS-Access.
| Is This Answer Correct ? | 152 Yes | 12 No |
Post New Answer View All Answers
What are the differences between open source tools, vendor tools, and in-house tools?
What is functional and regression testing?
Do you know the difference between close and quit command?
I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.
In what condition we cannot use automation testing for the agile method?
Do you know what is the purpose of deselectall() method?
Tell us how do you get the width of the textbox?
What generally is the structure of a framework?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
4. How we implement Winrunner,in our project?
What is a framework for automation testing?
How do you plan test automation?
How could you explain the main difference between webdriver and rc?
In Selenium how a test suit is run and report is generated.
Please explain what is the difference between findelement () and findelements ()?