What is the difference between RDBMS and DBMS?
Answer Posted / abdul waheed
its very simple,,,,there are three main differences b/w
RDBMS & DBMS
1- There is a condition in RDBMS that data should be stored
in tabular(only in Rows and column) Form/ In DBMS data can
be stored in any format
2- In RDBMS all the tables and the content of the tables
keeps relationship...thats y it called Relation DBMS///// in
DBMS column or table dont have any relationship
3- RDBMS can be accessed by multiple users at a same
time////////// DBMS can be accessed only by single user.
Oracle,SQl,DB2,and My Sql all these databases use RDBMS
| Is This Answer Correct ? | 97 Yes | 11 No |
Post New Answer View All Answers
Which are sql * plus commands?
Can there be 2 primary keys in a table?
What is the max nvarchar size?
What is sql rowcount?
Why is nosql good?
What are the advantages of indexing?
What is sql clause?
What do you mean by rowid?
What is sql entity?
What are the usages of sql?
What is sql data?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
what is recursive stored procedure? : Sql dba
Where is pl sql used?
How do I find duplicates in a single column in sql?