Re: RDBMS
Date: Fri, 03 Aug 2001 13:44:14 GMT
Message-ID: <OUxa7.82$Iw2.5670_at_petpeeve.ziplink.net>
> What is the main difference between DBMS & RDBMS.
"R". (somebody had to say it). :-)
Seriously, many of the DBMS systems of the 1970s stored data in a collection of records, linked together into either hierarchies or networks by pointers to records stored in other records, much the way a hypertext link is stored in another html page. These systems were legitimately labeled as DBMS products, but not as RDBMS products.
The Relational DBMS systems were distinguished from the hierarchical or
network DBMSs by the fact that the relationships were expressed as data
values, not as pointers. There are a host of other standards a "true
relational"
system is supposed to adhere to, according to the originators of the
concept. These standards are often more honored in the breach than in the
observance.
-- Regards, David Cressey www.dcressey.comReceived on Fri Aug 03 2001 - 15:44:14 CEST