Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is alternate key?

991


What is meant by system analysis?

1162


Which database is best for large data?

1051


What are the applications of database?

943


What is 2-tier architecture?

993


Is there some bulk load or other way to import a lot of data fast?

918


Enlist various types of interactions created by dbms?

1068


Define weak entity set.

1130


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????

1973


Can you explain the select into statement?

1086


What is blob database?

985


What are the 4 main objects of a database?

1015


What do you understand by fragmentation?

964


Can you explain fourth normal form and fifth normal form ?

870


What is sql rdbms?

1008