How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / jay
select * from Employees where Salary <200
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to enable tcp/ip protocol on a sql server?
How to connect to SQL Azure Database by using sqlcmd?
How to select some specific rows from a table in ms sql server?
What is the meaning of sql server?
How to find which stored procedure is currently running in sql server?
What is subquery? Explain the properties of a subquery?
Explain temporary table vs table variable by using cursor alternative?
What is blocking and how would you troubleshoot it? : sql server database administration
You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
Tell me what is difference between clustered and non clustered index?
what data regions are and what are the different data regions?
What are a scheduled jobs or what is a scheduled tasks?
What is clr ddl trigger?
What are the events recorded in a transaction log?
Explain what is “asynchronous” communication in sql server service broker?