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
What is transaction server auto commit?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is left outer join in sql server joins?
What do you understand by coalesce in sql server?
What is bulkcopy in sql?
What is conditional split?
What is acid properties?
Why SQL Agent is used?
Explain the database you used in your final year project?
what is a live lock? : Sql server database administration
What is the sql server agent?
What structure can you implement for the database to speed up table reads?
What is trigger explain with program?
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
How to create a ddl trigger using "create trigger" statements?