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
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
What is the advantage of sql server?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to rename an existing column with sql server management studio?
Explain the cursor lock types?
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
Explain comment on transactions?
what stored procedure would you use to view lock information? : Sql server administration
What is difference between index and primary key?
What are the disadvantages of using the stored procedures?
what type of index will get created after executing the above statement? : Sql server database administration
How do I find the sql server instance name?
What triggers long term care?
What is merge join?
What are the types of resultset?