diff b/w DBMS & RDBMS?
Answer Posted / alpesh
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.
In short, in RDBMS the normalization is there while in DBMS
no such normalization is there.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Tell me how a text written in a text field could be cleared?
what is the difference between Batch test runner and framework ?
what are the steps followed in unit testing, system testing, integration testing
Does every software project need testers?
Explain what sikuli is?
Can you do without a framework?
how to test an webbased application?
What kind of tests would you automate?
Can you explain me what is object repository?
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
What is testng and why is it better than junit?
Explain load testing on websites?
Which package can be imported while working with webdriver?
2. How you will collect a module from the version?
IN AN APPLICATION HOW DO YOU IDENTIFY THE TASKS WHICH SHUD BE DONE MANUALLY AND WHICH SHUD BE AUTOMATED?