SQL SELECT TOPBy admin / December 13, 2018 The SQL SELECT TOP Statement is used to select top data from a table. SELECT TOP 2 * FROM employee