Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Write a SQL query to find the top N records from a table.
Answer: SELECT * FROM table ORDER BY column DESC LIMIT N;
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook