how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / sam
select * from emp where empid >=5 and empid <=7
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How to enter binary string literals in ms sql server?
What are the features of Embedded SQL
Why use triggers?
What is the difference between a "where" clause and a "having" clause?
How to add more data to the testing table in ms sql server?
What is difference between inner join and join?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What stored by the model? : sql server database administration
How do you set a trace flag in sql server?
What is the function of sql server agent windows service?
What is index, cluster index and nonclustered index?
How do I start sql server 2017?
How to convert a numeric expression from one data type to another?
Please illustrate physical database architecture? : SQL Server Architecture
What is query cost in sql server?