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 are all the ddl commands?
What is aggregate function in sql?
What is the use of nvl function?
Why coalesce is used in sql?
What is error ora-01000: maximum open cursors exceeded
Do we need to create index on primary key?
What is join view in sql?
What is full join in sql?
What are the sql aggregate functions?
What is blind sql injection?
What do you understand by exception handling in pl/sql?
How does sql profiler work?
what are all the different types of indexes? : Sql dba
Can dml statements be used in pl/sql?
What is a clob in sql?