what is top in tsql? : Transact sql



what is top in tsql? : Transact sql..

Answer / 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

More SQL PLSQL Interview Questions

what is the difference between undefined value and null value? : Sql dba

1 Answers  


How to find last day of the month in sql query

4 Answers  


What is transaction control language (tcl)?

1 Answers  


how to analyze tables with 'mysqlcheck'? : Sql dba

1 Answers  


How bulk collect improves performance?

1 Answers  


How do you update a table in sql?

1 Answers  


What is the difference between microsoft access and sql server?

1 Answers  


Is sql pronounced sequel or sql?

1 Answers  


How long it takes to learn pl sql?

1 Answers  


what is bulk bind

4 Answers   TCS,


Explain the purpose of %type and %rowtype data types?

1 Answers  


What is where clause in sql?

1 Answers  


Categories