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 the purpose of a cluster?
Write a syntax for update query in oracle?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
What is coalesce function?
what is difference between foreign key and reference key
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
What is a cognitive schema?
how to genarate random numbers in oracle for particular row?
How to rollback the current transaction in oracle?
10. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
pls explain connect by prior with example and its real time use
How to create a stored function in oracle?