what is the difference between DBMS and RDBMS??
Answer Posted / pradeep kumar
1> DBMS
it Does not support client/server architecture
>it Does not support distributed Data base architecture.
> here no relationship concept.
> here no PK and FK concept.
> it is not show relationship between table.
>It supports Single User only
RDBMS
>it support client/server architecture
>it support distributed Data base architecture.
>it is based on relationship concept.
>it is show relationship between table.
> it is support PK and FK concept.
>It supports multiple users
| Is This Answer Correct ? | 53 Yes | 6 No |
Post New Answer View All Answers
What are the Roles and responsibilities of database administrator?
How many types of relationship exist in database designing?
What is flag in database?
What are the limitations of using a model?
How do databases work?
Why rdbms is not suitable for big data?
How do I create a database?
Can anybody give me link for BOXI R3.1 Key please
Where is the data stored in a database?
What you know in mapping of erd to dfd?
What is foreign key in database?
Why rdbms is called relational?
Operators used in select statements are?
Enlist some commands of dcl?
Enlist ways to efficiently code transactions.