MySQL SELECT Statement
The TOP clause limits the number of rows returned by a Select query. TOP is not supported by all SQL languages. Others use LIMIT or ROWNUM.
Click http://www.w3resource.com/mysql/basic-select-statement/mysql-basic-select-statement.php link to open resource.