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
How do users use Report Builder with SQL Server data sources?
What are the advantages of passing name-value pairs as parameters?
What is the sql case statement used for?
How is a full-text index updated?
What is it unwise to create wide clustered index keys?
What is dbcc? Give few examples.
How to create a ddl trigger using "create trigger" statements?
What are examples of triggers?
How can we get count of the number of records in a table?
what are the reporting service components in SSRS?
Differentiate between mongodb vs. Sql server?
In which files does sql server actually store data?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
Different types of keys in SQL?
What are views used for?