How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / aditya
select *from <table name>where sal<20
Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What are different replication agents and what's their purpose? : sql server replication
What are the differences between sql server and mysql.
How to write a query with a full outer join in ms sql server?
What is the command used to check locks in microsoft sql server?
How do triggers work?
Can you move the resources after pausing the node? : sql server database administration
How does using a separate hard drive for several database objects improves performance right away?
how many type of indexing in database?
How to test values returned by a subquery with the in operator?
What is service broker? : sql server database administration
How to delete multiple rows with one delete statement in ms sql server?
Which are the important points to note when multilanguage data is stored in a table?
How to modify an existing stored procedure in ms sql server?
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
How you can change a cross join into an inner join?