<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Shortcut to SELECT Single Row from Table &#8211; SQL in Sixty Seconds #046 &#8211; Video</title>
	<atom:link href="http://blog.sqlauthority.com/2013/03/13/sql-server-shortcut-to-select-single-row-from-table-sql-in-sixty-seconds-046-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2013/03/13/sql-server-shortcut-to-select-single-row-from-table-sql-in-sixty-seconds-046-video/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Sanjay Monpara</title>
		<link>http://blog.sqlauthority.com/2013/03/13/sql-server-shortcut-to-select-single-row-from-table-sql-in-sixty-seconds-046-video/#comment-436513</link>
		<dc:creator><![CDATA[Sanjay Monpara]]></dc:creator>
		<pubDate>Wed, 13 Mar 2013 06:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22983#comment-436513</guid>
		<description><![CDATA[Its very useful,
I am using this feature for 3 task
Ctrl+3 : SELECT TOP 1 * FROM (for single row)
Ctrl+4 : SELECT COUNT(*) COUNTS FROM (for count)
Ctrl+5 : SELECT * FROM (for all rows)

Is there any more task for which we can use this feature, plz share.

Thanks Pinal]]></description>
		<content:encoded><![CDATA[<p>Its very useful,<br />
I am using this feature for 3 task<br />
Ctrl+3 : SELECT TOP 1 * FROM (for single row)<br />
Ctrl+4 : SELECT COUNT(*) COUNTS FROM (for count)<br />
Ctrl+5 : SELECT * FROM (for all rows)</p>
<p>Is there any more task for which we can use this feature, plz share.</p>
<p>Thanks Pinal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
