How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / juergen
Is this a real question???? First off, with all the
asterixes is wrong. Just want the employees.
select AiFirstName, AiEmpLastName
from AiEmployees
where AiSalary < 200
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are subqueries in sql server? Explain its properties.
How to find related tables in sql server?
Does group by sort data?
Can you name a few encryption mechanisms in sql server?
How to insert multiple rows with one insert statement in ms sql server?
Define full outer join?
What is data file in computer?
Explain the microsoft sql server delete command? : SQL Server Architecture
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
What is page in sql server?
How do I partition a table in sql server?
What are the different types of triggers in SQL SERVER?
How can I track the changes or identify the latest insert-update-delete from a table?
What are differences in between sql server 2012 and sql server 2016?
What are the benefits of normalization?