what is the difference between dbms and rdbms?
Answer Posted / dsr
dbms-->database management system.It as no relations in all
tables.
rdbms-->relational database management system.It as
different relationships in different tables.(i.e primary
key,foriegn key..)
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Delete, Truncate and Drop in Oracle?
What are privileges and grants?
How to count groups returned with the group by clause in oracle?
How to best split csv strings in oracle 9i?
What is a database table in oracle?
How to delete multiple rows from a table in oracle?
How to put more than 1000 values into an oracle in clause?
What is a named program unit?
What is memory advisor in Oracle?
What is the data pump import utility?
What is an oracle database?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What is the relation of a user account and a schema in oracle?
What is recovery manager(rman) backup in Oracle?
Is insert autocommit in oracle?