<?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>San Jose Web Design &#124; San Francisco Website Design &#124; Development Company &#187; 7. Databases</title>
	<atom:link href="http://www.xillent.com/category/technology/databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xillent.com</link>
	<description>Xillent Studios</description>
	<lastBuildDate>Mon, 16 Feb 2026 06:54:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQLite</title>
		<link>http://www.xillent.com/technology/databases/sqlite/</link>
		<comments>http://www.xillent.com/technology/databases/sqlite/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 08:56:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7. Databases]]></category>

		<guid isPermaLink="false">http://www.xillent.com/?p=598</guid>
		<description><![CDATA[<p>SQLite implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite read operations can be multitasked, though writes can only be performed sequentially. <a href="http://www.xillent.com/technology/databases/sqlite/" class="readMore">Read More</a></p><p>The post <a href="http://www.xillent.com/technology/databases/sqlite/">SQLite</a> appeared first on <a href="http://www.xillent.com">San Jose Web Design | San Francisco Website Design | Development Company</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>SQLite implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain integrity. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite read operations can be multitasked, though writes can only be performed sequentially.</p>
<p>The post <a href="http://www.xillent.com/technology/databases/sqlite/">SQLite</a> appeared first on <a href="http://www.xillent.com">San Jose Web Design | San Francisco Website Design | Development Company</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.xillent.com/technology/databases/sqlite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL</title>
		<link>http://www.xillent.com/technology/databases/mysql/</link>
		<comments>http://www.xillent.com/technology/databases/mysql/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 08:55:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7. Databases]]></category>

		<guid isPermaLink="false">http://www.xillent.com/?p=596</guid>
		<description><![CDATA[<p>MySQL is the world's most used relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. It is named after developer Michael Widenius' daughter, My. The SQL phrase stands for Structured Query Language. <a href="http://www.xillent.com/technology/databases/mysql/" class="readMore">Read More</a></p><p>The post <a href="http://www.xillent.com/technology/databases/mysql/">MySQL</a> appeared first on <a href="http://www.xillent.com">San Jose Web Design | San Francisco Website Design | Development Company</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>MySQL is the world&#8217;s most used relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. It is named after developer Michael Widenius&#8217; daughter, My. The SQL phrase stands for Structured Query Language.</p>
<p>The MySQL development project has made its source code available under the terms of the GNU General Public License, as well as under a variety of proprietary agreements. MySQL was owned and sponsored by a single for-profit firm, the Swedish company MySQL AB, now owned by Oracle Corporation.</p>
<p>The post <a href="http://www.xillent.com/technology/databases/mysql/">MySQL</a> appeared first on <a href="http://www.xillent.com">San Jose Web Design | San Francisco Website Design | Development Company</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.xillent.com/technology/databases/mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL</title>
		<link>http://www.xillent.com/technology/databases/ms-sql/</link>
		<comments>http://www.xillent.com/technology/databases/ms-sql/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 08:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[7. Databases]]></category>

		<guid isPermaLink="false">http://www.xillent.com/?p=594</guid>
		<description><![CDATA[<p>Microsoft SQL Server is a relational database server, developed by Microsoft: it is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those &#8230; <a href="http://www.xillent.com/technology/databases/ms-sql/" class="readMore">Read More</a></p><p>The post <a href="http://www.xillent.com/technology/databases/ms-sql/">MS SQL</a> appeared first on <a href="http://www.xillent.com">San Jose Web Design | San Francisco Website Design | Development Company</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft SQL Server is a relational database server, developed by Microsoft: it is a software product whose primary function is to store and retrieve data as requested by other software applications, be it those on the same computer or those running on another computer across a network (including the Internet). There are at least a dozen different editions of Microsoft SQL Server aimed at different audiences and for different workloads (ranging from small applications that store and retrieve data on the same computer, to millions of users and computers that access huge amounts of data from the Internet at the same time).</p>
<p>The post <a href="http://www.xillent.com/technology/databases/ms-sql/">MS SQL</a> appeared first on <a href="http://www.xillent.com">San Jose Web Design | San Francisco Website Design | Development Company</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.xillent.com/technology/databases/ms-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
