<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: SQL SERVER - Difference Between DBMS and RDBMS</title>
	<atom:link href="http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<pubDate>Wed, 07 Jan 2009 19:41:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yogesh Setia</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-43451</link>
		<dc:creator>Yogesh Setia</dc:creator>
		<pubDate>Thu, 02 Oct 2008 16:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-43451</guid>
		<description>Dear all, 

Appreciate if you could provide the SQL command/way to backup a single table in one database. 

Regards, 
Yogesh Setia</description>
		<content:encoded><![CDATA[<p>Dear all, </p>
<p>Appreciate if you could provide the SQL command/way to backup a single table in one database. </p>
<p>Regards,<br />
Yogesh Setia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2008 - Interview Questions and Answers - Part 1 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-42705</link>
		<dc:creator>SQL SERVER - 2008 - Interview Questions and Answers - Part 1 Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Fri, 12 Sep 2008 01:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-42705</guid>
		<description>[...] Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships may be created and maintained across and among the data and tables. In a relational database, relationships between data items are expressed by means of tables. Interdependencies among these tables are expressed by data values rather than by pointers. This allows a high degree of data independence. An RDBMS has the capability to recombine the data items from different files, providing powerful tools for data usage. (Read More Here) [...]</description>
		<content:encoded><![CDATA[<p>[...] Relational Data Base Management Systems (RDBMS) are database management systems that maintain data records and indices in tables. Relationships may be created and maintained across and among the data and tables. In a relational database, relationships between data items are expressed by means of tables. Interdependencies among these tables are expressed by data values rather than by pointers. This allows a high degree of data independence. An RDBMS has the capability to recombine the data items from different files, providing powerful tools for data usage. (Read More Here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-41496</link>
		<dc:creator>siva</dc:creator>
		<pubDate>Fri, 08 Aug 2008 18:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-41496</guid>
		<description>HI SIR,
        I NEED INFORMATION REGARDING- HOW CAN WECREATE INDEXES ON COLOUMNS?
TYPES OF REPLICATIONS,TYPES OF JOINS.
PLEASE SEND YHOSE TO MY MAIL ID.</description>
		<content:encoded><![CDATA[<p>HI SIR,<br />
        I NEED INFORMATION REGARDING- HOW CAN WECREATE INDEXES ON COLOUMNS?<br />
TYPES OF REPLICATIONS,TYPES OF JOINS.<br />
PLEASE SEND YHOSE TO MY MAIL ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidP</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-40336</link>
		<dc:creator>DavidP</dc:creator>
		<pubDate>Wed, 16 Jul 2008 20:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-40336</guid>
		<description>Oracle and SQL Server are not RDBMSs! The defining feature of a relational database is that its data structures are all Relations (thus "relational"). Relations consist of values within tuples.

That is not the model used by SQL-based DBMSs. SQL contains many things that are not relational: duplicate rows, duplicate columns, nulls, tables without keys, etc.

SQL borrows certain ideas and terminology from the relational model but the SQL features are quite different from their relational counterparts. For example SQL queries are not true projections, the SQL constraint called "PRIMARY KEY" is not the same thing as a relational primary key, etc.</description>
		<content:encoded><![CDATA[<p>Oracle and SQL Server are not RDBMSs! The defining feature of a relational database is that its data structures are all Relations (thus &#8220;relational&#8221;). Relations consist of values within tuples.</p>
<p>That is not the model used by SQL-based DBMSs. SQL contains many things that are not relational: duplicate rows, duplicate columns, nulls, tables without keys, etc.</p>
<p>SQL borrows certain ideas and terminology from the relational model but the SQL features are quite different from their relational counterparts. For example SQL queries are not true projections, the SQL constraint called &#8220;PRIMARY KEY&#8221; is not the same thing as a relational primary key, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonelalsingh</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-40300</link>
		<dc:creator>sonelalsingh</dc:creator>
		<pubDate>Wed, 16 Jul 2008 06:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-40300</guid>
		<description>plz provide me dbms interview question and answer..................!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>plz provide me dbms interview question and answer&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-40165</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Sun, 13 Jul 2008 11:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-40165</guid>
		<description>i need sql rdbms details like, normalization, relationship set, entity set and etc.</description>
		<content:encoded><![CDATA[<p>i need sql rdbms details like, normalization, relationship set, entity set and etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://blog.sqlauthority.com/2008/06/27/sql-server-difference-between-dbms-and-rdbms/#comment-39903</link>
		<dc:creator>srikanth</dc:creator>
		<pubDate>Tue, 08 Jul 2008 11:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=662#comment-39903</guid>
		<description>i need sql subject as well as ssis concepts. please send those onformation to my mail  ID. </description>
		<content:encoded><![CDATA[<p>i need sql subject as well as ssis concepts. please send those onformation to my mail  ID.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
