Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

You want to select the first record in a given set of rows, in MS SQL Server?

Nice?Vote!
asked 1 year ago in SQL Server Interview Questions and Answers by R (19,530 points) edited 1 year ago by R

1 Answer

Nice?Vote!
Select top 1 * from table name
answered 6 months ago by anonymous

Related questions