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 |
I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.
What is a Shared SQL pool ?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
How do I call oracle stored procedures that take no parameters?
What are group functions in oracle?
What is proxy method?
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz
Explain integrity constraint?
How to assign values to variables?
how to insert data into partitioned table partition done by Range partition
What are the set operators union, union all, minus & intersect meant to do?