<?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: Oracle Tables: Create table with foreign key constraint</title>
	<atom:link href="http://plsql.globinch.com/2009/01/09/oracle-tables-create-table-with-foreign-key-constraint/feed/" rel="self" type="application/rss+xml" />
	<link>http://plsql.globinch.com/2009/01/09/oracle-tables-create-table-with-foreign-key-constraint/</link>
	<description>SQL and PLSQL Technology Tips</description>
	<lastBuildDate>Thu, 07 Apr 2011 17:02:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Oracle Tables: Foreign Keys &#124; Oracle Referential Integrity &#124; SQL and PLSQL</title>
		<link>http://plsql.globinch.com/2009/01/09/oracle-tables-create-table-with-foreign-key-constraint/comment-page-1/#comment-35</link>
		<dc:creator>Oracle Tables: Foreign Keys &#124; Oracle Referential Integrity &#124; SQL and PLSQL</dc:creator>
		<pubDate>Sat, 06 Mar 2010 09:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://plsql.globinch.com/?p=69#comment-35</guid>
		<description>[...] Foreign Key holds the reference to another table column value.It is also known as references constraint. A foreign key means that values in one table must also appear in another table.A references constraint is only applied at SQL &#8216;insert&#8217; and &#8216;delete&#8217; times. A foreign key can be defined in either a CREATE TABLE statement or an ALTER TABLE statement. [...]</description>
		<content:encoded><![CDATA[<p>[...] Foreign Key holds the reference to another table column value.It is also known as references constraint. A foreign key means that values in one table must also appear in another table.A references constraint is only applied at SQL &#8216;insert&#8217; and &#8216;delete&#8217; times. A foreign key can be defined in either a CREATE TABLE statement or an ALTER TABLE statement. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oracle Tables: Create Table as Select &#124; SQL and PLSQL</title>
		<link>http://plsql.globinch.com/2009/01/09/oracle-tables-create-table-with-foreign-key-constraint/comment-page-1/#comment-18</link>
		<dc:creator>Oracle Tables: Create Table as Select &#124; SQL and PLSQL</dc:creator>
		<pubDate>Sat, 06 Mar 2010 02:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://plsql.globinch.com/?p=69#comment-18</guid>
		<description>[...] ReadOracle/PLSQL: Create table with foreign key constraint CREATE TABLE statement: create a table with composite primary key Oracle PL/SQL:CREATE TABLE [...]</description>
		<content:encoded><![CDATA[<p>[...] ReadOracle/PLSQL: Create table with foreign key constraint CREATE TABLE statement: create a table with composite primary key Oracle PL/SQL:CREATE TABLE [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

