what is the difference between dbms and rdbms?
Answers were Sorted based on User's Feedback
Answer / dsr
dbms-->database management system.It as no relations in all
tables.
rdbms-->relational database management system.It as
different relationships in different tables.(i.e primary
key,foriegn key..)
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / eshwari
DBMS: Managing the data in different tables is called data
base management system.
RDBMS:managing the data in different tables with some
relations between the tables is called relational database
management system.
to become a dbms as rdbms it should support 12 E.F.codd's rules.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / senthilvel
DBMS - Database management system is a database where it
has no relationship with the tables.
RDBMS - Relational Database Management System is database
where the tables has relationship and also it should
support the 12 boyscodd rules.
| Is This Answer Correct ? | 4 Yes | 3 No |
Can sub procedure/function be called recursively?
What do you mean by a tablespace?
Write a simple Store procedure and pass parameter to it ?
Define 'view' advantage ?
I have a table that log salary-increase-process have fields: autoid, old_salary, acctno and table EMP: acctno, name, salary I want to list count increase-salary of employees, each have old_salary, new_salary. Help me with SELECT statement, please!
How to use "startup" command to start default instance?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
How to define a variable of a specific record type?
What is logical backup in oracle?
How to use in conditions in oracle?
What is the difference between online and offline backups?
What is redo log?