Code has been added to clipboard!

Picking Records With SQL SELECT TOP

Example
SELECT TOP 3 * FROM Customers;