How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / tasneemuddin
Select <Employee Name Field> From <Table Name> Where <Salary
Field> < 2000
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I find the port number for sql server?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
Can a unique index be created on a column, which contains null?
What stored by the tempdb ? : sql server database administration
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
What is exporting utility?
What is page in sql server?
How to connect of datebase with sql express.?
What are the steps you will take to improve the performance of a poor performing query?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
What is indexed view?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
What is data source in connection string?
How does recursive cte works in sql server?
What authentication modes does sql server support?