How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / praveen kumar.dandu
select ename from emp where sal<200
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is schemabinding a view?
How to override dml statements with triggers?
What is the difference between a function and a trigger?
How do I find my localdb version?
How do users use Report Builder with SQL Server data sources?
Which are the third-party tools used in sql server and why would you use them?
How do you delete duplicate records in sql server?
Does index speed up select statements?
What are the operating modes in which database mirroring runs?
How can you tell if a database object is invalid?
What is co-related sub query?
What is a database table?
Can we write ddl in trigger?
Is sql server is free?
What are sp_configure commands and set commands?