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
Can we call procedure in select statement?
What is the difference between the implicit and explicit cursors?
What is a stored procedure in sql with example?
What are the disadvantages of file system?
What are commit, rollback, and savepoint?
How many commands are in sql?
Mention what is the use of function "module procedure" in pl/sql?
What are sql functions? Describe in brief different types of sql functions?
Why do we use %rowtype & %type in plsql?
Does oracle use sql?
What are sql constraints?
Can we group by two columns in sql?
What is the difference between inner join and outer join?
Can we enter data in a table in design view?
Does mysql_real_escape_string prevent sql injection?