what is the difference between DBMS and RDBMS??
Answer Posted / vinod s d
DBMS: 1.It does not support client server architecture. 2.
DBMS is 2 tier architecture. 3. DBMS is security less. 4.
Data will not be stored in the tabular format.
RDBMS: 1. It supports client server architecture. 2. RDBMS
is 3 tier architecture. 3. RDBMS is security more. 4. Data
will be stored in the tabular format.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How are exceptions handled in pl/sql? Give some of the internal exceptions name?
How do you handle your own transaction?
Does google have a database like access?
Define object-oriented model.
What is the difference between internal and external schema?
What are the types of rdbms?
Why is the use of dbms recommended? Explain by listing some of its major advantages.
Is declare cursor executable?
What are the main differences between primary key and unique key?
What is the difference between shrink database and shrink file?
What is foreign key in dbms?
What is first normal form in dbms?
What is field in database give an example?
Why does reading require write privileges on database file?
Differentiate between nested loop, hash loop and merge join.