what is the difference between DBMS and RDBMS??
Answer Posted / swarna
*DBMS is a collection of information that is stored in
database we can retrieve & updated it easily
*It stores small amount of data
*data can be stored in any order(i.e files,records,tables)
*RDBMS is also a collection of information and we can
represent a relationsship between those tables
*it stores large amount of data
*data must be stored in table format
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is fastest database?
What is oracle block? Can two oracle blocks have the same address?
What is database normalization? Explain types of it.
What is cold backup and hot backup (in case of oracle)?
What is the use case where we can use stretch database?
Enlist various types of interactions created by dbms?
Which is the best free database software?
How can you perform pattern matching in sql?
What do you mean by super key, primary key, foreign key and candidate key?
How can I create database in excel?
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????
What is database Configuration assistant ?
What is natural key?
for what purpose we use MDM(master data management)tell me plz.
Explain the Logical Schema of Database