What is the difference between RDBMS and DBMS?
Answer Posted / mahesh mishra
1)DBMS permits only one person to access the database at a
given time.But RDBMS gives the multiple access the database
at a given time.
2)DBMS organised the data in any formmate but RDBMS allows
only in row and column format.
3)In DBMS we can not create the the relationshs but in
RDBMS we can not create the relationship between the tables
| Is This Answer Correct ? | 347 Yes | 109 No |
Post New Answer View All Answers
What is normalisation and its types?
Explain mutating table error.
What is trigger explain with example?
How can you fetch first 5 characters of the string?
Does sql between include endpoints?
What is sql in java?
What is difference sql and mysql?
What is trigger in pl sql with examples?
what is a database? : Sql dba
what is the use of friend function? : Sql dba
how to check myisam tables for errors? : Sql dba
What are instead of triggers?
How to get unique records from a table?
What does dml mean?
What is the purpose of the primary key?