How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / bhaksar
select Emp_Name from emptable where sal < 200
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
How to insert data with null values?
Can sql servers linked to other servers?
Explain the collation?
what are triggers? : Sql server database administration
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
What is the meaning of resultset type_scroll_insensitive?
What is the difference between for trigger and after trigger?
What is the definition for sql server 2000?
What is the default Port No on which SQL Server listens?
How you can minimize the deadlock situation?
How to create a new table in a given schema?
How efficient you are in oracle and SQL server?
What is an indexing technique?
how can you check the level of fragmentation on a table? : Sql server administration
Explain optimistic and pessimistic concurrency?