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
How would you test your own element locator?
Do you know how to check if a button is enabled on the page?
What all different approaches can be used for designing an automation solution?
Explain what sikuli is?
What are the risks associated in automation testing?
How do you decide which tool you have to use?
whether flash selenium supports to test Gaming application? like follows: identifying the images, dynamic animations, Dynamic value changes field and win conditions etcc..,
8. How we test web based application
if we are using an Engine (tool)..with that how to capture data from excel sheets and how to do automation with this plz answer any body for this question.?
Tell me what criteria do you consider for automating a test?
How automation process is carried out?
Tell me how could ajax controls be handled in webdriver?
4. How we implement Winrunner,in our project?
Please name a couple of standard web function found in the function generator?
List the five essential types of test steps?