<?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; Find Nth Highest Salary of Employee &#8211; Query to Retrieve the Nth Maximum value</title>
	<atom:link href="http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: R@J@ni.</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-249949</link>
		<dc:creator><![CDATA[R@J@ni.]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-249949</guid>
		<description><![CDATA[Hiiiiiii,


What is the main diff b/w Drop,Delete &amp; Truncate?]]></description>
		<content:encoded><![CDATA[<p>Hiiiiiii,</p>
<p>What is the main diff b/w Drop,Delete &amp; Truncate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajani</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-249947</link>
		<dc:creator><![CDATA[Rajani]]></dc:creator>
		<pubDate>Wed, 08 Feb 2012 10:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-249947</guid>
		<description><![CDATA[Thank u.....

Regards,
Rajani.k]]></description>
		<content:encoded><![CDATA[<p>Thank u&#8230;..</p>
<p>Regards,<br />
Rajani.k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smitha</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-241184</link>
		<dc:creator><![CDATA[smitha]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 06:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-241184</guid>
		<description><![CDATA[thank u .....]]></description>
		<content:encoded><![CDATA[<p>thank u &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep mishra</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-240776</link>
		<dc:creator><![CDATA[sandeep mishra]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 13:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-240776</guid>
		<description><![CDATA[Hi friend This will also helpful.

Here employeemaster  is table nane
gross is column name

select top(1) gross from employeemaster where gross not in(select distinct top (4)  gross from employeemaster order by gross desc) order by gross desc]]></description>
		<content:encoded><![CDATA[<p>Hi friend This will also helpful.</p>
<p>Here employeemaster  is table nane<br />
gross is column name</p>
<p>select top(1) gross from employeemaster where gross not in(select distinct top (4)  gross from employeemaster order by gross desc) order by gross desc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharathi</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-236068</link>
		<dc:creator><![CDATA[bharathi]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 14:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-236068</guid>
		<description><![CDATA[haiiiiiiiii sir it worked.....]]></description>
		<content:encoded><![CDATA[<p>haiiiiiiiii sir it worked&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dipali</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-222683</link>
		<dc:creator><![CDATA[Dipali]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 06:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-222683</guid>
		<description><![CDATA[u gues are excellent.. all these were my interview questions..!and i gt answers!!]]></description>
		<content:encoded><![CDATA[<p>u gues are excellent.. all these were my interview questions..!and i gt answers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-218542</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-218542</guid>
		<description><![CDATA[select name,salary,department from
(
select *, row_number() over (partition by department order by name) as sno
) as t
where sn=1]]></description>
		<content:encoded><![CDATA[<p>select name,salary,department from<br />
(<br />
select *, row_number() over (partition by department order by name) as sno<br />
) as t<br />
where sn=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-213556</link>
		<dc:creator><![CDATA[Asif]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 17:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-213556</guid>
		<description><![CDATA[we can also find the nth salary as........

select * from TableName E where n-1=(select COUNT(distinct SAL) from TableName where SAL&gt;E.SAL)]]></description>
		<content:encoded><![CDATA[<p>we can also find the nth salary as&#8230;&#8230;..</p>
<p>select * from TableName E where n-1=(select COUNT(distinct SAL) from TableName where SAL&gt;E.SAL)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devesh agarwsl</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-212557</link>
		<dc:creator><![CDATA[devesh agarwsl]]></dc:creator>
		<pubDate>Wed, 07 Dec 2011 06:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-212557</guid>
		<description><![CDATA[i have three departments in my table viz cse,ec , it now i have to retrieve  name of three persons who are getting maximum salary in their respective department 

suppose my table is like this
 
name                     salary                   department 

ashish                    15000                     cse
suresh                    14000                     it
mahesh                   12000                    it
ramesh                    9000                      cse
abhor                      10000                    ec
adhir                        8000                     ec
ankit                     16000                    cse

and i want result as 

name                     salary                   department 

ankit                       16000                     cse
suresh                    14000                     it
abhor                      10000                    ec


can i achieve this in a single query please help me out]]></description>
		<content:encoded><![CDATA[<p>i have three departments in my table viz cse,ec , it now i have to retrieve  name of three persons who are getting maximum salary in their respective department </p>
<p>suppose my table is like this</p>
<p>name                     salary                   department </p>
<p>ashish                    15000                     cse<br />
suresh                    14000                     it<br />
mahesh                   12000                    it<br />
ramesh                    9000                      cse<br />
abhor                      10000                    ec<br />
adhir                        8000                     ec<br />
ankit                     16000                    cse</p>
<p>and i want result as </p>
<p>name                     salary                   department </p>
<p>ankit                       16000                     cse<br />
suresh                    14000                     it<br />
abhor                      10000                    ec</p>
<p>can i achieve this in a single query please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva Prasad</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-206579</link>
		<dc:creator><![CDATA[Siva Prasad]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 16:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-206579</guid>
		<description><![CDATA[hi

this is the query to retrieve n th  max salary  record details
SELECT * FROM 
(
  SELECT DENSE_RANK() OVER(ORDER BY [Sal] DESC)AS RowId,*
  FROM [dbo].[Emp] 
) AS e1
  WHERE e1.RowId = 4]]></description>
		<content:encoded><![CDATA[<p>hi</p>
<p>this is the query to retrieve n th  max salary  record details<br />
SELECT * FROM<br />
(<br />
  SELECT DENSE_RANK() OVER(ORDER BY [Sal] DESC)AS RowId,*<br />
  FROM [dbo].[Emp]<br />
) AS e1<br />
  WHERE e1.RowId = 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva Prasad</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-206570</link>
		<dc:creator><![CDATA[Siva Prasad]]></dc:creator>
		<pubDate>Mon, 28 Nov 2011 16:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-206570</guid>
		<description><![CDATA[Hi to all

this is siva prasad.in above some quereis were not worked properly ,in the sense i am unable to  get desired output when some are duplicated(sal is repeated for some records).

Finally I executed a query .It doesn&#039;t have order by clause of-course it has distinct.

SELECT Max(Sal) FROM emp
WHERE Sal IN
(SELECT distinct TOP 3 Sal FROM emp )

and the query in the Main article is yielding correct result.]]></description>
		<content:encoded><![CDATA[<p>Hi to all</p>
<p>this is siva prasad.in above some quereis were not worked properly ,in the sense i am unable to  get desired output when some are duplicated(sal is repeated for some records).</p>
<p>Finally I executed a query .It doesn&#8217;t have order by clause of-course it has distinct.</p>
<p>SELECT Max(Sal) FROM emp<br />
WHERE Sal IN<br />
(SELECT distinct TOP 3 Sal FROM emp )</p>
<p>and the query in the Main article is yielding correct result.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awaisdar</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-205040</link>
		<dc:creator><![CDATA[awaisdar]]></dc:creator>
		<pubDate>Sat, 26 Nov 2011 15:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-205040</guid>
		<description><![CDATA[WOWWWWWWWWWWWWWWW DIXIT YOU ARE RITE..
IT WORKED FINE......... THANKS]]></description>
		<content:encoded><![CDATA[<p>WOWWWWWWWWWWWWWWW DIXIT YOU ARE RITE..<br />
IT WORKED FINE&#8230;&#8230;&#8230; THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swapna</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-204259</link>
		<dc:creator><![CDATA[swapna]]></dc:creator>
		<pubDate>Fri, 25 Nov 2011 09:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-204259</guid>
		<description><![CDATA[Its very nice]]></description>
		<content:encoded><![CDATA[<p>Its very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mani</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-203633</link>
		<dc:creator><![CDATA[mani]]></dc:creator>
		<pubDate>Thu, 24 Nov 2011 11:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-203633</guid>
		<description><![CDATA[Hi guys.This is one of the interview question.

how to display emp salary and his manager salary using emp table.]]></description>
		<content:encoded><![CDATA[<p>Hi guys.This is one of the interview question.</p>
<p>how to display emp salary and his manager salary using emp table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad sumeer</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-197881</link>
		<dc:creator><![CDATA[Muhammad sumeer]]></dc:creator>
		<pubDate>Thu, 17 Nov 2011 18:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-197881</guid>
		<description><![CDATA[u people are excellent]]></description>
		<content:encoded><![CDATA[<p>u people are excellent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suvendu Mohanty</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-190264</link>
		<dc:creator><![CDATA[Suvendu Mohanty]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 18:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-190264</guid>
		<description><![CDATA[Hai,i thought it will help .you to find the any highest sal as per requirement.i face the question on interview.

Select * from tablename e1 where N=(select count(distinct (e2.sal))from tablename e2 where e2.sal&gt;=e1.sal

ex-

select * from emp e1 where 3=(select count(distinct(e2.sal)) from emp e2 where e2.sal&gt;=e1.sal)

this above query is used to find the 3 max salary of table]]></description>
		<content:encoded><![CDATA[<p>Hai,i thought it will help .you to find the any highest sal as per requirement.i face the question on interview.</p>
<p>Select * from tablename e1 where N=(select count(distinct (e2.sal))from tablename e2 where e2.sal&gt;=e1.sal</p>
<p>ex-</p>
<p>select * from emp e1 where 3=(select count(distinct(e2.sal)) from emp e2 where e2.sal&gt;=e1.sal)</p>
<p>this above query is used to find the 3 max salary of table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-189822</link>
		<dc:creator><![CDATA[Rakesh]]></dc:creator>
		<pubDate>Mon, 07 Nov 2011 03:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-189822</guid>
		<description><![CDATA[if uou are new to this blog then please go though all the post in this thread.]]></description>
		<content:encoded><![CDATA[<p>if uou are new to this blog then please go though all the post in this thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HItesh Shah</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-188937</link>
		<dc:creator><![CDATA[HItesh Shah]]></dc:creator>
		<pubDate>Sat, 05 Nov 2011 15:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-188937</guid>
		<description><![CDATA[Hi Pinal,

I am Hitesh Shah (Software testing profile), I am new in this Blog , and I want simple query which I can understand and speak in interview.

How to get 1st, 2nd, 3rd, 4th, nth topmost salary from an Employee table?

Thanks
Hitesh Shah]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I am Hitesh Shah (Software testing profile), I am new in this Blog , and I want simple query which I can understand and speak in interview.</p>
<p>How to get 1st, 2nd, 3rd, 4th, nth topmost salary from an Employee table?</p>
<p>Thanks<br />
Hitesh Shah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-187716</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-187716</guid>
		<description><![CDATA[What does this query do? Finding thrid maximum? It will be slow for large tables. Refer alternate methods here http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/find-nth-maximum-value.aspx]]></description>
		<content:encoded><![CDATA[<p>What does this query do? Finding thrid maximum? It will be slow for large tables. Refer alternate methods here <a href="http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/find-nth-maximum-value.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/find-nth-maximum-value.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-187714</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-187714</guid>
		<description><![CDATA[Refer these methods
http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/find-nth-maximum-value.aspx]]></description>
		<content:encoded><![CDATA[<p>Refer these methods<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/find-nth-maximum-value.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2007/08/27/find-nth-maximum-value.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-187682</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 03 Nov 2011 08:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-187682</guid>
		<description><![CDATA[It is a table alias for the subquery]]></description>
		<content:encoded><![CDATA[<p>It is a table alias for the subquery</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-186416</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 13:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-186416</guid>
		<description><![CDATA[This is simple

select salary+salary*0.10 from table]]></description>
		<content:encoded><![CDATA[<p>This is simple</p>
<p>select salary+salary*0.10 from table</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-186413</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 13:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-186413</guid>
		<description><![CDATA[For accuray use this

select empid,ename,esal,esal+(esal*10.0/100) as Increment_Salary from emp

For more informations refer this
http://beyondrelational.com/blogs/madhivanan/archive/2008/01/16/beware-of-implicit-conversions.aspx]]></description>
		<content:encoded><![CDATA[<p>For accuray use this</p>
<p>select empid,ename,esal,esal+(esal*10.0/100) as Increment_Salary from emp</p>
<p>For more informations refer this<br />
<a href="http://beyondrelational.com/blogs/madhivanan/archive/2008/01/16/beware-of-implicit-conversions.aspx" rel="nofollow">http://beyondrelational.com/blogs/madhivanan/archive/2008/01/16/beware-of-implicit-conversions.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhirendra</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-186260</link>
		<dc:creator><![CDATA[dhirendra]]></dc:creator>
		<pubDate>Tue, 01 Nov 2011 06:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-186260</guid>
		<description><![CDATA[select empid,ename,esal,esal+(esal*10/100) as Increment_Salary from emp]]></description>
		<content:encoded><![CDATA[<p>select empid,ename,esal,esal+(esal*10/100) as Increment_Salary from emp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon J</title>
		<link>http://blog.sqlauthority.com/2008/04/02/sql-server-find-nth-highest-salary-of-employee-query-to-retrieve-the-nth-maximum-value/#comment-186082</link>
		<dc:creator><![CDATA[Shannon J]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 21:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=556#comment-186082</guid>
		<description><![CDATA[I just need to know how to increase a salary by 10% using SQL? What command do I need to use....	Increase all employees’ salaries with the selected EEO-1 classification by 10%.]]></description>
		<content:encoded><![CDATA[<p>I just need to know how to increase a salary by 10% using SQL? What command do I need to use&#8230;.	Increase all employees’ salaries with the selected EEO-1 classification by 10%.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

