diff b/w DBMS & RDBMS?
Answer Posted / m k hossain
DBMS vs. RDBMS:
1. DBMS includes how data stored in table but RDBMS includes
sql syntax for relating tables with another.
2. DBMS does not show relation but RDBMS shows relation.
3. In DBMS all the tables are treated as different entities
but the tables in RDBMS are dependant and uses established
various integrity constraints on these tables.
4. In DBMS only one user can access the same database at a
time but in RDBMS many users can simultaneously access the
same database.
5. In both DBMS & RDBMS the data is stored in the form of
rows and columns. But the main difference between the DBMS
and RDBMS is we can establish the relation between the
tables in RDBMS. In case of DBMS we cannot establish
relation between tables.
6. In DBMS duplication of rows ans columns. But in RDBMS
there is no duplication of rows and columns.
7. In DBMS rows and columns are independent. But in RDBMS
rows and columns are dependent.
8. DBMS is for single user only. RDBMS is for multi-user.
9. DBMS does not support client server architecture. RDBMS
supports client server architecture.
10. DBMS there is no tight security of database. RDBMS ther
are multiple level of security.
11. In RDBMS the normalization is there while in DBMS no
such normalization is there.
12. eg: RDBMS-->oracle,sql server,MY SQL,DB2(IBM),
DBMS-->sysbase foxpro
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
why we cannot apply check points in compile modules?
What do you think holds the testers back to do automation? Is there a way to overcome it?
Tell me how would you test your own element locator?
Can you explain me what is object repository?
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
What is test automation?
What is the difference between continue and next sentence?
What are the disadvantages of Hybrid framework
how to write ciertification in QTP?
What type of scenarios can't be automated?
How is Jmeter tool very useful in projects when it does not have features like online monitoring,WAN emulation,caching like other performance tools.
What you know about table-driven testing?
what is aom and how to add object repository? i am very new to QTP please help me
What is functional and regression testing?