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 |
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
which sql command we can use to get a print out from oracle?
How many categories of data types?
what's query optimization and without use of IN AND Exist can we get another way data from query
Query to get max and second max in oracle in one query ?
34 Answers CTS, Keane India Ltd, TCS, Wipro,
What is the difference between truncate & delete command?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
What is the difference between alert log file and trace file ?
What is a public synonym?
How to invoke the data pump export utility?
what is the output of select * from emp where null=null & select * from emp where 1=1
What do you understand by a database object? Can you list a few of them?