On The Insider: Britney's Bikini-Clad Top 10
BNET Business Network:
BNET
TechRepublic
ZDNet
TalkBack 4 of 6:
Next »
« Previous
RDBMS
is a data base management system implementing the 'Relational Data Model' (RDM).

A data model specifies
- how to define primitive data types,
- how to create various types of collections of aggregations of them, and
- what operations are acceptable against items and collections.

the RDM uses the relation as a basic collection of objects which can be visualized as a table with data 'attributes' in the columns and rows to represent an item belonging to this collection.

SQL is a (declarative) programming language in which you specify the various collections of your data, how they relate to each oter and wha operations to carry out (queries, insertions, deletions, modifications, etc.) for the RDM. There are other PLs that can bne used against the RDM but SQL is the most widely used one.

In a reasonable sense, to implement SQL you need to have a relational DB managed by an RDMBS. You could use SQL though with a backend that simulates an RDBMS and usees say indexed files. That would be very inefficient unless done properly, but then you would have already implemented an RDBMS all over again.
Posted by: michael_t   Posted on: 08/04/05 You are currently: a Guest | Members login | Terms of Use

Alert moderator to an offensive message

Subscribe to this discussion via Email or RSS

Difficult to understand the point  jorwell | 08/04/05
I'm Clueless About These Things...  bill@... | 08/04/05
A book you could read  jorwell | 08/04/05
RDBMS  michael_t | 08/04/05
To be relational  jorwell | 08/04/05
Better to recommend good source material  jorwell | 08/04/05

What do you think?

SponsoredWhite Papers, Webcasts, and Downloads

advertisement
advertisement

Meet Doc