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
On what factors can you map the success of automation testing?
Do you know the difference between close and quit command?
why we cannot apply check points in compile modules?
how to map requirements& test cases in quality center ???
Explain how to perform load-testing?
8. How we test web based application
How to login into any site if it's showing any authentication pop-up for username and password?
Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
What is tsl?
what r the diffence between QTP 8.2 & QTP9.0?
Hi, I want to learn DataBase Testing. So please some document or path so that i can get some material on DataBase Testing concepts (preferably SQL Server 2000). Thanks in advance, Guru
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
Give some examples for performance test tools?
What is test automation or automation testing?
What are the risks associated in automation testing?