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 do you mean by sql server 2005 express management tools?
What is the importance of concurrency control?
What is log in sql server?
Explain what are various ways to enhance the ssrs report?
What are the two modes of authentication in sql server?
How to update multiple rows with one update statement in ms sql server?
What is 3nf normalization?
How to generate create procedure script on an existing stored procedure?
What are null values in ms sql server?
Can you get second highest salary from the table?
How to create a simple stored procedure in ms sql server?
Differentiate between a primary key and a unique key.
last function used in MS Access to convert sql what function will use in sql
How to throw custom exception in Stored Procedure?
How can we get count of the number of records in a table?