wat will be the sql query to extract only last 3 records
from table supose table hving thousands for records
Answer Posted / varun
select column_name from table_name 997,1000
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
What is primary key index?
What number sorts of privileges are accessible in sql?
What are the different types of subquery?
What is a data source file?
Explain what is the difference between union and union all?
What are relationships and mention different types of relationships in the dbms
What is SubQuery in SQL Server 2008
What is data set in report?
Write a sql query to get zero records from a table having n number of records?
How many types of database relationship in sql server?
Why use “nolock” in sql server?
Tell me what is the order in which the sql query is executed?
Is the primary key column of a table an index in ms sql server?
How can we check the sql server version?
What is apply operator in sql?