SELECT TOP number|percent column_name(s) FROM table_name WHERE [condition if required]
SELECT TOP 3 * FROM EMPLOYEES;
No comments:
Post a Comment