adspace
Answer Posted / Rahul Pandey
In T-SQL, the TOP keyword is used to retrieve only a specified number of rows from the result set. The syntax is as follows: SELECT TOP (n) columns FROM table_name; where 'n' is the number of rows to return.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the best sql course?
define sql insert statement ? : Sql dba
What is your daily office routine?
what is collation? : Sql dba
what is bcp? When does it used? : Sql dba
what is schema? : Sql dba
what is dbms? : Sql dba
Can delete statement be rollbacked?
Do we need to rebuild index after truncate?
how many tables will create when we create table, what are they? : Sql dba
Is primary key clustered index?
what are the advantages of sql ? : Sql dba
How do I remove duplicates in two columns?
Can we use distinct and group by together?
how to escape special characters in sql statements? : Sql dba