How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / afan
SELECT Name
From Employees
Where Salary<200
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to identify current user in ssrs report?
How can you fetch alternate records from a table?
How column data types are determined in a view?
If a table does not have a unique index, can a cursor be opened on it?
Can we do dml on views?
Explain partitioned view?
how many bits ip address consist of? : Sql server database administration
what is the difference between openrowset and openquery?
What is master database? : SQL Server Architecture
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What are logical database components? : SQL Server Architecture
What are “phantom rows”?
Explain the difference between function and stored procedure?
Can a cursor be updated? If yes, how you can protect which columns are updated?
How to create view in stored procedure sql server?