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
In which files does sql server actually store data?
What is the full form of dql?
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
List out the difference between union and union all in sql server?
How to convert character strings into numeric values?
What are extended events in sql server?
What is your recommendation for a query running very slow? : sql server database administration
Who developed sql server?
What is difference between line feed ( ) and carriage return ( )?
What do mean by xml datatype?
Difference between Logical Page and Physical Page in SSRS.
How to choose all records from the table?
How secure is sql server database?
What are triggers in ms sql server?
What are the different methods available under sqlcommand class to access the data?