what is the difference between RDBMS and DBMS
Answers were Sorted based on User's Feedback
Answer / anand
In RDBMS main objectis to establish the relationship
between the objects.there is no relation ship concept in
DBMS.
In RDBMS every data stored inthe form of tables.in DBMS
every data stored inthe form of files.RDBMS requires huge
software and hardware.DBMS requires less software and
hardware.
Is This Answer Correct ? | 16 Yes | 4 No |
Answer / varun
1)in dbms data is stored in file system
in rdbms data is stored in object
2)rdbms is purely developed to give relation between two
objects
3)rdbms is more secure then dbms
Is This Answer Correct ? | 12 Yes | 6 No |
Let's make it simple
1. DBMS is a single user system where as RDBMS is multi
user system.
2. DBMS stores the data in the form of data records & files
where as RDBMS sotes in form of tables and relation
between them.
3. In DBMS relation ship is not defined among entities, but
were are in RDBMS each relationship exist amont entities.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uni
DBMS is the subsystem in the database which carries out the
user queries.RDBMS is the subsystem for Relational Database
MOdel.In RDBMS field values are used for establishing the
relationship between TABLES but in Network/Hierarchical
Model the pointers are used to establish the relationship
Record Types.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nregs
in DBMS null values will not excute.where as in RDBMS null
values also excuted.
Is This Answer Correct ? | 1 Yes | 3 No |
What are the factors responsible for the estimation of system integration test cycle and total integration time?
What is change management?
What is the Difference between 2-tier and 3 tier applications... Anybody can explain in detail... Thanks in advance
What are the contents of test plans and test cases?
How do you audit configuration management
What is Operational testing?
How do u perform regression testing?
What is Retesting?
What is the difference between quality assurance, quality control and testing?
is possible smart identification through descriptive Programing
what is the difference between SDLC and SQA life cycle?
I. A code inspection is held for new code. II. A code inspection is held for reused code. III. A code inspection is held after the first compilation. IV. A code inspection is held after the first error-free compilation. Which of the statements above are true of code inspections? 1. I and IV 2. I, II, and IV 3. I, II, and III 4. II and IV 5. II and III