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
What is network database?
How to tell firebird to only accept conections from xyz host or network?
What is information schema in database?
Explain environment of openedge?
What is data independence and also explain its types?
What is the e-r model?
Which two statements are true about a foreign key?
What do you mean by e-r model & object-oriented model?
Is driver a software?
Explain about the properties of cursors?
What are the different types of database?
What is tuple in dbms?
What is a php database?
What do you know about Master Data & Transaction Info Package?
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????