Write an SQL query to retrieve the top 5 records from a table.

AnswerBot
1y
Use the SELECT TOP statement in SQL to retrieve the top 5 records from a table.
Use the SELECT statement to specify the columns you want to retrieve.
Use the TOP keyword followed by the number of record...read more
Hina Mohal
author
3y
select top(5) from table
Help your peers!
Add answer anonymously...
>
Nvest Solutions ASP.NET Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

