se usi un database access:

codice:
SELECT TOP 3 * FROM ......
se usi un database mysql:

codice:
SELECT * FROM tabella WHERE ... LIMIT 0,3