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 is the difference between continue and next sentence?
Explain load testing on websites?
Tell me what is an absolute xpath?
What is test automation?
Highlight attributes of good framework?
Tell me what databases can test director reside on?
Tell me the fundamental difference between xpath and css selector?
What is the difference between automation tools and management tools?
Hi All, Is there any free automation tool for windows application and it's easy to use? I usually take a lot of time to regression test my application when there is a new build on live environments (about same 10 environments) I wish I know a automation tool to regression test and ofcourse it's free, easy to use (maybe using C#) Could anybody can advise to me a tool like that? I very appreciate ^^
I want a code for a following item in TSL Language. Look up a person in database, If not found, add person to the database.
Tell me how would you test your own element locator?
Tell me how can the user get a text of a web element?
Explain what is a relative xpath?
Explain me what are the main advantages of automation testing?
how can i count the no of edit field in a page and fill the multiple edit field