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
What are the properties and different types of sub-queries?
Why we use the openxml clause?
How to stop log file growing too big?
Explain the properties of subqueries in sql server?
Do you know the capabilities of cursors?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
Write a query for primary key constraint with identity key word?
How to get the definition of a user defined function back?
What is sql stored procedure?
What are the disadvantages of primary key and foreign key in SQL?
What is a select query statement in ms sql server?
Does index speed up select statements?
What are the steps you should follow to start sql server in single-user mode?
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
Can primary key be a foreign key?