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
How many sectors are in a partition?
What is information schema in sql?
Which are the different types of indexes in sql?
Can you have a foreign key without a primary key?
Is sql an operating system?
What is data profiling in sql?
What is auto increment in sql?
Who developed sql?
How do I install microsoft sql?
Can function return multiple values in sql?
Can we group by two columns in sql?
What are the advantages of indexing?
Can instead of triggers be used to fire once for each statement on a view?
How can you tell the difference between an index and a view?
Can %notfound return null after a fetch?