<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>Databases</title>
		<link>http://techportal.forumotion.com/databases-f12/-t1.htm</link>
		<description>Techniques, Programming, Configuring issues in Database backends</description>
		<lastBuildDate>Sat, 19 Apr 2008 03:53:16 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Databases</title>
			<url>http://illiweb.com/fa/prosilver/site_logo.gif</url>
			<link>http://techportal.forumotion.com/databases-f12/-t1.htm</link>
		</image>
		<item>
			<title>SQL View</title>
			<link>http://techportal.forumotion.com/databases-f12/sql-view-t274.htm</link>
			<dc:creator>sakthi</dc:creator>
			<description>What is a View?



In SQL, a VIEW is a virtual table based on the result-set of a SELECT statement.



A view contains rows and columns, just like a real table. The fields in a view are fields from one or more real tables in the database. You can add SQL functions, WHERE, and JOIN statements to a view and present the data as if the data were coming from a single table.



Note: The database design and structure will NOT be affected by the functions, where, or join statements in a view.

Syntax



CREATE  ...</description>
			<category>Databases</category>
			<pubDate>Sat, 19 Apr 2008 03:53:16 GMT</pubDate>
			<comments>http://techportal.forumotion.com/databases-f12/sql-view-t274.htm#349</comments>
			<guid>http://techportal.forumotion.com/databases-f12/sql-view-t274.htm</guid>
		</item>
		<item>
			<title>SQL Injection Attacks - Are You Safe?</title>
			<link>http://techportal.forumotion.com/databases-f12/sql-injection-attacks-are-you-safe-t273.htm</link>
			<dc:creator>sakthi</dc:creator>
			<description>The database is the heart of most Web applications: it stores the data needed for the Websites and applications to "survive". It stores user credentials and sensitive financial information. It stores preferences, invoices, payments, inventory data, etc. It is through the combination of a database and Web scripting language that we as developers can produce sites that keep clients happy, pay the bills, and -- most importantly -- run our businesses.



More information visit 

http://www.sitepoint.com/article/sql-injection-attacks-safe



Regards

Sakthi </description>
			<category>Databases</category>
			<pubDate>Mon, 14 Apr 2008 09:25:30 GMT</pubDate>
			<comments>http://techportal.forumotion.com/databases-f12/sql-injection-attacks-are-you-safe-t273.htm#348</comments>
			<guid>http://techportal.forumotion.com/databases-f12/sql-injection-attacks-are-you-safe-t273.htm</guid>
		</item>
		<item>
			<title>Sun Microsystems to buy MySQL!</title>
			<link>http://techportal.forumotion.com/databases-f12/sun-microsystems-to-buy-mysql-t154.htm</link>
			<dc:creator>technicalganesh</dc:creator>
			<description>Sun Microsystems elbowed into the enterprise database market Wednesday with the announcement of a proposed $1 billion acquisition of MySQL, an open-source database software company. The deal, which Sun Chief Executive Jonathan Schwartz calls the &quot;most important acquisition in the company's history,&quot; makes Sun one of the first major public companies to offer open-source software and puts the company head to head with the three big vendors in the $15 billion database market: IBM, SAP,  ...</description>
			<category>Databases</category>
			<pubDate>Thu, 17 Jan 2008 04:28:33 GMT</pubDate>
			<comments>http://techportal.forumotion.com/databases-f12/sun-microsystems-to-buy-mysql-t154.htm#198</comments>
			<guid>http://techportal.forumotion.com/databases-f12/sun-microsystems-to-buy-mysql-t154.htm</guid>
		</item>
		<item>
			<title>Paging in SQL Server 2005</title>
			<link>http://techportal.forumotion.com/databases-f12/paging-in-sql-server-2005-t132.htm</link>
			<dc:creator>sakthi</dc:creator>
			<description>Introduction



Developers and database administrators have long debated methods for paging recordset results from Microsoft SQL Server, trying to balance ease of use with performance. The simplest methods were less efficient because they retrieved entire datasets from SQL Server before eliminating records which were not to be included, while the best-performing methods handled all paging on the server with more complex scripting. The ROW_NUMBER() function introduced in SQL Server 2005 provides  ...</description>
			<category>Databases</category>
			<pubDate>Wed, 09 Jan 2008 12:54:51 GMT</pubDate>
			<comments>http://techportal.forumotion.com/databases-f12/paging-in-sql-server-2005-t132.htm#172</comments>
			<guid>http://techportal.forumotion.com/databases-f12/paging-in-sql-server-2005-t132.htm</guid>
		</item>
		<item>
			<title>what is the best db to use?</title>
			<link>http://techportal.forumotion.com/databases-f12/what-is-the-best-db-to-use-t20.htm</link>
			<dc:creator>sakthi</dc:creator>
			<description><![CDATA[Hi,
<br />

<br />
When answering the poll, pls write a comment and explain why...]]></description>
			<category>Databases</category>
			<pubDate>Thu, 06 Dec 2007 09:24:21 GMT</pubDate>
			<comments>http://techportal.forumotion.com/databases-f12/what-is-the-best-db-to-use-t20.htm#25</comments>
			<guid>http://techportal.forumotion.com/databases-f12/what-is-the-best-db-to-use-t20.htm</guid>
		</item>
		<item>
			<title>References for Sql Queries</title>
			<link>http://techportal.forumotion.com/databases-f12/references-for-sql-queries-t6.htm</link>
			<dc:creator>sathishkumar</dc:creator>
			<description><![CDATA[<a href="http://philip.greenspun.com/sql/queries.html" target="_blank">http://philip.greenspun.com/sql/queries.html</a>
<br />
<a href="http://www.tizag.com/sqlTutorial/sqlsyntax.php" target="_blank">http://www.tizag.com/sqlTutorial/sqlsyntax.php</a> 
<br />
<a href="http://www.1keydata.com/sql/sql-constraint.html" target="_blank">http://www.1keydata.com/sql/sql-constraint.html</a>]]></description>
			<category>Databases</category>
			<pubDate>Wed, 05 Dec 2007 12:57:08 GMT</pubDate>
			<comments>http://techportal.forumotion.com/databases-f12/references-for-sql-queries-t6.htm#6</comments>
			<guid>http://techportal.forumotion.com/databases-f12/references-for-sql-queries-t6.htm</guid>
		</item>
	</channel>
</rss>