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
Why is the use of dbms recommended?
What is called dbms?
What is a string in database?
What is primary key in database?
Why is maintaining a database important?
In which phase of mload can I use .filler?
Explain the advantages and disadvantages of a hierarchical database?
What are stored-procedures? And what are the advantages of using them.
What is data management process?
What is tabular form?
What are the ways to tune reporting services?
What do you understand by functional dependency and transitive dependency in dbms?
How to stop superserver service on linux using only firebird tools?
1.If we have a Salary coloumn in Staff entity with this description the salary must be monetary and >=$35450.00, how we can write it in into schemain SQL? 2. If we have Weight and Marks in Assessment entity and the Weight has the description of this it must be Non-zero percentage. And also the Marks attribute stores the maximum possible raw mark for assessment (e.g., 30), while Weight stores of the weight of this assessment for the paper as a whole (e.g., 10%). If Marks is not specified, then Weight is used for both. How we can convert this into schema in SQL????
What is the purpose of database?