<?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>ITUCU &#187; SQL</title>
	<atom:link href="http://churmura.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://churmura.com</link>
	<description>Info That You Can Use</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:38:17 +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>Subqueries</title>
		<link>http://churmura.com/technology/computer-science/subqueries/31407/</link>
		<comments>http://churmura.com/technology/computer-science/subqueries/31407/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 11:49:20 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Subqueries]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=31407</guid>
		<description><![CDATA[A subquery  places one query inside another one. The second query resides somewhere within the WHERE clause of a SELECT statement. One or more values returned by the subquery are used by the main query to return the results to the user Subquery: A query that is embedded in a main, or parent, query and used [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/subqueries/31407/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Join Syntax in Oracle</title>
		<link>http://churmura.com/technology/computer-science/join-syntax-in-oracle/31269/</link>
		<comments>http://churmura.com/technology/computer-science/join-syntax-in-oracle/31269/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 09:21:38 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Join Syntax]]></category>
		<category><![CDATA[Join Syntax in Oracle]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle 9i]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[table joins]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=31269</guid>
		<description><![CDATA[So far, we have been dealing with only one table at a time in our SQL query examples. But typically the information needed to satisfy a user query requires more than one table. In new SQL 1999, you can not only  join two or more tables in a number of different ways, but can also [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/join-syntax-in-oracle/31269/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL*Plus Worksheet</title>
		<link>http://churmura.com/technology/computer-science/sqlplus-worksheet/28467/</link>
		<comments>http://churmura.com/technology/computer-science/sqlplus-worksheet/28467/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 04:05:54 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[ORACLE ENTERPRISE MANAGER]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL*Plus]]></category>
		<category><![CDATA[SQL*Plus Worksheet]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=28467</guid>
		<description><![CDATA[Oracle Enterprise Manager (OEM) : A GUI tool that allows access, maintenance, and monitoring of multiple databases or services within a single application. If Oracle Enterprise Manager (OEM)  is installed, another variation of SQL*Plus, called SQL*Plus Worksheet, is available to the DBA. Here&#8217;s the OEM Login dialog box: SQL*Plus Worksheet supports all the commands that standard [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/sqlplus-worksheet/28467/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iSQL*Plus</title>
		<link>http://churmura.com/technology/computer-science/isqlplus/28174/</link>
		<comments>http://churmura.com/technology/computer-science/isqlplus/28174/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:28:47 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[database connectivity]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iSQL*Plus]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=28174</guid>
		<description><![CDATA[  With iSQL*Plus, you connect to the database indirectly via a very &#8220;lightweight&#8221; middle tier. The iSQL*Plus tool is essentially the web-enabled version of SQL*Plus, with a few restrictions, which we will cover shortly. It is implemented as part of a three-tier Oracle environment, although iSQL*Plus could very well run on the same machine as [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/isqlplus/28174/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL*Plus</title>
		<link>http://churmura.com/technology/computer-science/sqlplus/28062/</link>
		<comments>http://churmura.com/technology/computer-science/sqlplus/28062/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 12:30:40 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL*Plus]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=28062</guid>
		<description><![CDATA[SQL*Plus has been around as long as the Oracle RDBMS itself. It is the most basic tool available for connecting to the database and executing queries against the tables in a database. On Unix systems, it can be run in character-based mode, even on a dumb terminal connected to the Unix system via a serial [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/sqlplus/28062/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Data Integrity</title>
		<link>http://churmura.com/technology/computer-science/implementing-data-integrity/25354/</link>
		<comments>http://churmura.com/technology/computer-science/implementing-data-integrity/25354/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 05:00:27 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Data Integrity]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DBMS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Implementing Data Integrity]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=25354</guid>
		<description><![CDATA[If checks are not applied while defining and creating tables, the data stored in the tables can become redundant. For example, if you do not store the data about all the employees with complete address details, then the data would not be useful. Similarly, if a database used by the Human Resources department stores employee [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/implementing-data-integrity/25354/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System  Databases in SQL Server 2005</title>
		<link>http://churmura.com/technology/computer-science/system-databases-in-sql-server-2005/25315/</link>
		<comments>http://churmura.com/technology/computer-science/system-databases-in-sql-server-2005/25315/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:34:27 +0000</pubDate>
		<dc:creator>Rashmi</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[System  Databases  in  SQL  Server 2005]]></category>
		<category><![CDATA[System Databases]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=25315</guid>
		<description><![CDATA[System Databases are the standard databases that exist in every instance  of SQL  Server 2005.These databases contain a specific set of tables that are used to store  server- specific configurations, templates for other databases. In addition, these databases contain a temporary storage area required to query the database. SQL Server 2005 contains the following system [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/system-databases-in-sql-server-2005/25315/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL, Query Optimization, and Query Processing</title>
		<link>http://churmura.com/technology/computer-science/sql-query-optimization-and-query-processing/23450/</link>
		<comments>http://churmura.com/technology/computer-science/sql-query-optimization-and-query-processing/23450/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 06:52:18 +0000</pubDate>
		<dc:creator>sonu</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[and Query Processing]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Query Optimization]]></category>
		<category><![CDATA[Query Processing]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://churmura.com/?p=23450</guid>
		<description><![CDATA[It might seem a bit patronizing to call attention to the query word in Structured Query Language (SQL). It is crucial, though, that you as a PC database developer or administrator understand the special significance of the word in SQL Server, even in SQL Server Desktop Engine, which will replace Jet as the default Access [...]]]></description>
		<wfw:commentRss>http://churmura.com/technology/computer-science/sql-query-optimization-and-query-processing/23450/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

