how to select 5 to 7 rows from a table, which contains 10 rows?
Answer Posted / pravnch
Select EmpNo, EName,Sal from EmpTable where EmpNo between 5
and 7
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to add more data to the testing table in ms sql server?
what is normalization? Explain different levels of normalization? : Sql server database administration
What are the events recorded in a transaction log?
Explain intellisense for query editing
What is use of except clause? How it differs from not in clause?
What are the differences between user defined functions and stored procedures?
What is the difference between DATETIME2 and DATETIME?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
What is normalization of database? What are its benefits?
What is a mutating table error and how can you get around it?
What are the types of database schema? : sql server analysis services, ssas
If the job running very slow what is the action you do
Why do we use sql limitations? Which constraints can we use while making a database in sql?
Explain what are the database objects? : SQL Server Architecture
Which joins are sql server default?