what is the difference between DBMS and RDBMS??

Answer Posted / jitendra behera

DBMS:
In DBMS the tables are not realted.
Ex:-Foxpro,Ms-Access,Data Files.

RDBMS:
In RDBMS the tables are relates.
Ex:-ORACLE,SQL,DB2.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is network database?

810


How to tell firebird to only accept conections from xyz host or network?

745


What is information schema in database?

703


Explain environment of openedge?

735


What is data independence and also explain its types?

661


What is the e-r model?

678


Which two statements are true about a foreign key?

735


What do you mean by e-r model & object-oriented model?

736


Is driver a software?

626


Explain about the properties of cursors?

744


What are the different types of database?

718


What is tuple in dbms?

681


What is a php database?

661


What do you know about Master Data & Transaction Info Package?

741


1.If we have a Salary coloumn in Staff entity with this description the salary must be monetary and >=$35450.00, how we can write it in into schemain SQL? 2. If we have Weight and Marks in Assessment entity and the Weight has the description of this it must be Non-zero percentage. And also the Marks attribute stores the maximum possible raw mark for assessment (e.g., 30), while Weight stores of the weight of this assessment for the paper as a whole (e.g., 10%). If Marks is not specified, then Weight is used for both. How we can convert this into schema in SQL????

1739