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
Give some examples for functional & regression test tools?
how can i count the no of edit field in a page and fill the multiple edit field
Explain how to perform load-testing?
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
Can any one give me the script for drag and drop or setselection functions ?like in a not pad i want to select 5 lines
In what condition we cannot use automation testing for the agile method?
Tell us what is the alternate way to click on login button?
Tell me what is the purpose of getoptions() method?
Is automation testing a complete replacement for manual software testing?
What are the points that are covered while planning phase of automation ?
How you report bug in to bugzilla
What is the scripting standard while performing automation testing?
wat is database testing....how to develop data driven framework in selenium enviromnent. please explaing in detail
What is the different between GUI map and GUI map files?
what r the diffence between QTP 8.2 & QTP9.0?