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
Explain features and concepts of analysis services?
How to add a new column to an existing table with "alter table ... Add" in ms sql server?
Explain sql delete command?
what are isolation levels? : Sql server database administration
What are the basic functions for master, msdb, model, tempdb and resource databases?
How to resolve the orphan use problem? : sql server security
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What is difference between inner join and join?
What is a data source file?
List out what other servers you can use with ssrs?
What is create command?
What is data set in report?
What is the correct order of the logical query processing phases?
Is oracle faster than sql server?
Explain about builtinadministrator?