what is the exact diiference between DBMS and RDBMS
Answer Posted / anand
DBMS IS THE DATA BASE MANAGEMENT SYSTEM
RDBMS IS THE RELATIONAL DATA BASE MANAGEMENT SYSTEM
DBMS IS THE SINGLE USER
RDBMS IS THE MULTI USER
DBMS - THERE IS NO TABLES
RDBMS - THERE IS TABLES
DBMS - THERE IS NO LOGIC
RDBMS - LOGIC IS THERE
DBMS - THERE IS NO LOGIC SO COMPLEXITY IS HIGH
RDBMS - HERE LOGIC IS THERE SO COMPLEXITY IS LESS
DBMS - DATA CAN BE STORED IN FILES
RDBMS - DATA CAN BE STORED IN DBMS
| Is This Answer Correct ? | 16 Yes | 6 No |
Post New Answer View All Answers
How can you use check constraints for self referential integrity?
Why use resource manager in Oracle?
Explain the use of show option in imp command.
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
What are oracle functions?
What is a dynamic performance view in oracle?
How to do paging with oracle?
How to export several tables together?
How to run the anonymous block again?
Why we use bulk collect in oracle?
Difference between cartesian join and cross join?
What happens if variable names collide with table/column names?
What are the types of partitions in oracle?
What is oracle instant client?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?