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 is a directory object?
how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
What are joins..how many types of joins are there?
29 Answers Amdocs, CSC, TCS,
Explain the use of show option in imp command.
How to loop through a cursor variable?
how can we store any pdf file in oracle
What is a relational database management system?
What is merge in oracle?
What are joins, explain all types of joins?
The join defined by the default data link is an outer join yes or no ?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
What is the difference difference between $ORACLE_HOME and $ORACLE_BASE.