TOP, LIMIT, ROWNUM

Submitted 3 years, 2 months ago
Ticket #355
Views 254
Language/Framework SQL
Priority Low
Status Closed

In sql Query we can use (TOP  LIMIT, ROWNUM )

what is purpose of TOP, LIMIT, ROWNUM Query

Submitted on Feb 17, 21
add a comment

1 Answer

Verified

check this link please: W3Schools

According to w3schools.com, SQL uses TOP, MySQL uses LIMIT and Oracle uses ROWNUM
to limit how many records you get from database.
 

Submitted 3 years, 2 months ago


Latest Blogs