- TalkBack 4 of 6:
- Next »
- « Previous
- Thread View
- Flat View
- 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
|
|
|
|
|
|
|
|
|
|
|
|
What do you think?
SponsoredWhite Papers, Webcasts, and Downloads
- VMware Infrastructure: A Guide to Bottom-Line Benefits VMware Frustrated by the costs of maintain ever larger data centers?or building ... Download Now
- The Impact of Virtualization Software on Operating Environments VMware Today's use of virtualization technology allows IT professionals to ... Download Now
- Reducing Server Total Cost of Ownership with VMware Virtualization Software VMware VMware virtualization enables customers to reduce their server TCO and ... Download Now
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Keep Up With The Latest In Document Management with The DocuMentor.
-
Doc delivers the scoop on today's enterprise content management, printer maintenance, and all other issues related to document management. It's the DocuMentor Blog.
- Learn more >>
- Microsoft Dynamics CRM Online - Free Six-Month Trial for Eligible Organizations
-
Microsoft Dynamics CRM Online provides fast online access, simple contact management and better sales performance for a low monthly cost - the best value on the market today.

- Learn more about the free, six-month trial offer>>
- Save time with automated shipping solutions
-
The Business Essentials Guide provides you useful tools and templates to help grow your business and save you time with automated shipping solutions.
- Visit the UPS Business Essentials Guide
Meet Doc
-
Here to help you with your Document Management Needs
- Check out Doc’s Blog on ZDNet
- Help your company, help the earth I want to share with you the Environmental Defense Fund Paper Calculator, which allows you to gauge your organization's environmental impact.
- Which is Greener: Paper or Digital? The Answer May Surprise You Anything we can do to reduce paper consumption is good. But what about the impact of digital waste?
-
Produced by
ZDNet and







