Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to retrive only second row from table in sql server
2000?

Answer Posted / ramana

Table Like this

Create Table Employee(Name varchar(20),Location
varchar(20),Salary int)

Query Like this

Select top 1 * from employee where Name not in(select top 1
Name from Employee)

it will display second record....

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name three of the features managed by the surface area configuration tool? : sql server security

1029


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8201


Can you change the data type of a column in a table after the table has been created? If so, which command would you use?

1077


Explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

1177


Can a cursor be updated? If yes, how you can protect which columns are updated?

1173


How to use union to merge outputs from two queries together in ms sql server?

1131


Issues related in upgrading SQL Server 2000 to 2005 / 2008

1938


What is a fan-out query in SQL Azure?

123


What are views used for?

1057


what is the difference between openrowset and openquery?

1152


While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

1036


Explain about nested stored procedure?

1080


What is a trigger and its types?

1036


Why do we backup Active Directory ?

1097


What do you understand by recursive stored procedure?

984