what is the exact diiference between DBMS and RDBMS
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramireddy
DBMS:IN THIS TABLES DOESN'T HAVING ANY RELATION.
RDBMS:IN THIS TABLE HAVING RELATION BETWEEN COLUMNS
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / santhosh
DBMS: It has the capacity to develop the front end FORMS and REPORTS in the DBMS itself.
RDBMS: Front end has to be developed using some other tools like .NET, JAVA. Since it is purely server side software.
| Is This Answer Correct ? | 1 Yes | 7 No |
How to create a temporary table in oracle?
How to define a procedure inside another procedure?
What is the difference between column level constraints and table level constraints?
14 Answers IBM, TCS,
what is trigger?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
How to define and use table alias names in oracle?
Why is oracle database so popular?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is the Tune Query
how to store only time in a data base table
How to add a new column to an existing table with a default value?
What is blob data type in oracle?