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
explain the options of myisamchk to improve the performance of a table. : Sql dba
Are sql connections encrypted?
What is a natural join sql?
What is normalization? How many normalization forms are there?
What is difference between hql and native sql?
What is the limitation on the block size of pl/sql?
How to fetch alternate records from a table?
What is %type in sql?
Do we need to create index on primary key?
Is vs as in pl sql?
Can we insert data in view?
How do I audit the sql sent to the server?
What is trigger and how to use it in sql?
what are the different tables present in mysql? : Sql dba
How do I know if I have sql express or standard?