what is the difference between DBMS and RDBMS??
Answer Posted / janma
DBMS:
# small organization with small amount of data.
# less memory.
# contains only flat data.
# no concept of primary key & foreign key.
# supports single user.
# can be saved in any order.
RDBMS:
# designed to take care of large amount of data.
# more memory.
# contains some relation between entities.
# includes primary key & foreign key.
# supports multiple user.
# should be sved in table format.
| Is This Answer Correct ? | 39 Yes | 8 No |
Post New Answer View All Answers
What is alternate key?
What is meant by system analysis?
Which database is best for large data?
What are the applications of database?
What is 2-tier architecture?
Is there some bulk load or other way to import a lot of data fast?
Enlist various types of interactions created by dbms?
Define weak entity set.
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????
Can you explain the select into statement?
What is blob database?
What are the 4 main objects of a database?
What do you understand by fragmentation?
Can you explain fourth normal form and fifth normal form ?
What is sql rdbms?