What is the difference between RDBMS and DBMS?
Answer Posted / pravin wankhade
1)Relational Data Base Management System manage the Relation
in Between the Two Tables(i.e rows & column)And Data Base
Management System Manage the data base
2)Multiple user can Access those data they want in RDBMS but
in DBMS single user can access data in to the data base
3)In DBMS we can not create the Relation but we create the
Relation in RDBMS
4)DBMS manage the Relation in Between the single table
Attributes,Relational Data Base Management We require two Or
More tables to maintain the relations in between Attributes
5)In DBMS we can Manage the Data base by Create Table, While
in RDBMS we can maintain the relations In Between The Tables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to run sql statements with oracle sql developer?
What is data modelling in sql?
What is partition by in sql?
What is the difference between left and left outer join?
What is the reports view in oracle sql developer?
Write a sql select query that only returns each name only once from a table?
explain what is mysql? : Sql dba
What is the difference between functions, procedures, and packages in pl/sql?
Why is sql better than hql?
Can you skip header records while loading? : aql loader
Can sql developer connect to db2?
How delete all data from all tables in sql?
What makes a good primary key?
What will you get by the cursor attribute sql%rowcount?
Do triggers have restrictions on the usage of large datatypes, such as long and long raw?