<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Deployer &#187; MySQL</title>
	<atom:link href="http://thedeployer.com/category/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://thedeployer.com</link>
	<description>Technology and Development Today</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:17:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Difference between identifying and non identifying relationship</title>
		<link>http://thedeployer.com/2008-09-difference-between-identifying-and-non-identifying-relationship</link>
		<comments>http://thedeployer.com/2008-09-difference-between-identifying-and-non-identifying-relationship#comments</comments>
		<pubDate>Fri, 26 Sep 2008 17:51:00 +0000</pubDate>
		<dc:creator>Lucian Daniliuc</dc:creator>
				<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://thedeployer.com/?p=53</guid>
		<description><![CDATA[A 1:M (one to many) non-identifying means that the associated record in the -one- table is not a parent of the associated record in the -many- table, but rather just related.
An example:
an identifying 1:M would be a building which has many rooms. The -one- table carries data about the building .. e.g., street address, number [...]]]></description>
			<content:encoded><![CDATA[<p>A 1:M (one to many) non-identifying means that the associated record in the -one- table is not a parent of the associated record in the -many- table, but rather just related.</p>
<p>An example:</p>
<p>an identifying 1:M would be a building which has many rooms. The -one- table carries data about the building .. e.g., street address, number of floors, name. The -many- table carries data about the rooms in the building .. e.g., room number, capacity, special characteristics.  The room cannot exist without the building, therefore this 1:M is an identifying relationship.</p>
<p>a non-identifying 1:M would be a DVD which has many renters. The -one- table carries data about the DVD&#8230; e.g., the movie name, the artist. The -many- table carries data about each person who rents that DVD .. e.g., name, price paid. The DVD can exist on its own, without ever having been rented, and the person can exist on her own, without ever having rented any DVD, therefore this 1:M<br />
is a non-identifying relationship. </p>
<p>Donna Hinshaw</p>
<p>Source: http://lists.mysql.com/mysql/173538</p>
]]></content:encoded>
			<wfw:commentRss>http://thedeployer.com/2008-09-difference-between-identifying-and-non-identifying-relationship/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
