<?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>keith.kg &#187; database</title>
	<atom:link href="http://keith.kg/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://keith.kg</link>
	<description>Keith Greer Web Development &#38; Design</description>
	<lastBuildDate>Mon, 16 Aug 2010 15:35:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Relational Databases</title>
		<link>http://keith.kg/mysql/2009/04/relational-databases/</link>
		<comments>http://keith.kg/mysql/2009/04/relational-databases/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:56:49 +0000</pubDate>
		<dc:creator>Keith Greer</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://keithgreer.eu/blog/?p=86</guid>
		<description><![CDATA[When building a dynamic website a relational database such as MySQL, Oracle, MSSQL etc. is an important part of the project. Tabular data works well within a relational database as it requires a well-defined structure. At its most basic a database is simply a collection of rows and columns.Relational databases are a basic requirement of [...]]]></description>
			<content:encoded><![CDATA[<p>When building a dynamic website a relational database such as MySQL, Oracle, MSSQL etc. is an important part of the project. Tabular data works well within a relational database as it requires a well-defined structure.</p>
<p>At its most basic a database is simply a collection of rows and columns.Relational databases are a basic requirement of any dynamic website weather a blog, wiki, cms, ecommerce, etc. Relations are created between tables using links between common data in organised in separate tables.</p>
<p>Databases are a highly optimised method for storing and retrieving data. Many high level languages (such as PHP) allow direct access to databases for querying and manipulating data. This enables data to be used efficiently with minimal server load.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>1 October 2009 -- <a href="http://keith.kg/mysql/2009/10/mysql-xml-functions/" title="MySQL&#8217;s new XML Functions">MySQL&#8217;s new XML Functions</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://keith.kg/mysql/2009/04/relational-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
