This example limits SELECT result to 15 percentage of total row count.
SELECT
SELECT TOP 15 PERCENT * FROM table_name