diff b/w DBMS & RDBMS?
Answer Posted / siju george
huh:
Lots of differences ! nah.simple logics thats it... let get
going.May be someone correct me if going wrong ... :)
theres some rules and regulations for how to store and
maintain data(using algebric algorithm) and they are
written in a genuine way and became famous and are called
Codd Rules(12 or may be more.....).So if we know these
rules then its very easy to differentiate between DBMS and
RDBMS
1. Any database which adheres to minimum of 5-6 codd rules
are automatically called as RDBMS. for e.g oracle,SQL,etc
2. Both help to store persistent data however DBMS stores
them in a denormalized way in rows and columns where as in
RDBMS stores them in tabular cells and there is chance to
split data(normalise) and store them in separate tables.
3. Most important is the 'R' letter which separates them in
terms of relationship management.RDBMS enforces
referrential Integrity and thus maintain the relationship
and in a way gives security of data(no accidental
loss/addition of data).
4. Security in RDBMS is provided in terms of
constraints/rules/sp/triggers/locks etc which ensures
i.Domain Intigrity(Primary Key,Unique key,Identity column)
ii. Entity Intigrity(Default,Foriegn Key,Not null,Check)
iii.Referential Intigrity(Foriegn key,Check) and
iv. User Defined Integrity(SP/Triggers/Rules)
5. RDBMS follows ACID(Automicity,Consistency,Isolation and
Durability) rule where as DBMS doesnt follows them.
| Is This Answer Correct ? | 41 Yes | 9 No |
Post New Answer View All Answers
wat would be the parameteries for ul testing for web applilcation
When will you not automate testing?
What are the main attributes of test automation?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
How could you explain the main difference between webdriver and rc?
What java api is required for generating pdf reports?
What is tree view in automation testing?
What is hybrid automation?
Explain about basics of rational robot - ibm test automation tool?
pls tell me any open source test case managment tool ? its urgent.also tell me any autmation testing tool also for functional testing?
What is functional and regression testing?
Any one suggest me for Free ware (Opensource) Automation tool for regression testing.
When you will not automate testing?
Can you explain me what is object repository?
Define sdlc in testing.