Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 10th, 2008, 02:05 AM
Authorized User
 
Join Date: Dec 2006
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default DBMS vs RDBMS

Can you please tell me the exact differences between RDBMS vs DBMS.

Thanks,
Chandra
__________________
Thanks,
Chandra
 
Old July 10th, 2008, 02:34 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

This is a short explanation, searching on some of the terms will lead to further guidance.
The R stands for relational, this term was used by Edgar Codd when he first worked on the theory of data storage, he used the word relations whereas nowadays they are normally called tables.
Any data storage system is by definition a database, it could be a set of index cards, an address book or a set of files on a computer. The relational database has a number of tables representing entities and these are linked using primary and foreign keys, such as Customer table that has a CustomerId and an Order table that has the CustomerId as one of its columns, relating the order back to the relevant customer. Many electronic databases nowadays use different models, for instance an object database stores entire entities and often their children as single instances rather than shredded into different tables and columns, an XML database stores XML documents in their entirety.
Actually your question referred a DBMS/RDBMS, the MS part means management system so literally SQL Server and Oracle are systems that manage databases rather than the actual databases held in them. Nowadays the terms are often used interchangeably in the sense that people talk of a SQL Server database rather than a database managed by SQL Server.

--

Joe (Microsoft MVP - XML)





Similar Threads
Thread Thread Starter Forum Replies Last Post
SEO and the use of XML, HTML, and a RDBMS CurvyBabe XML 0 August 18th, 2006 10:02 AM
ORA-12514 : Message 12514 not found; Product=RDBMS shamsad Oracle 1 February 2nd, 2006 08:02 AM
What is the difference between RDBMS AND DBMS ? MisbahAnsari SQL Server 2000 2 September 16th, 2003 05:11 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.