How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / bhaksar
select Emp_Name from emptable where sal < 200
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
What is scalar user-defined function?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
What are the 3 types of schema?
What are different types of constraints?
Does sql server use java?
What is the difference between stored procedure and functions?
Write a sql query to delete duplicate records from a table called table1
What is an indexed view?
Explain various On-Delete options in a DB table. Which is the default option?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
Explain optimistic and pessimistic concurrency?
Define Joins?
Can I run multiple instances of sql server 2000 at the same time on one computer?
How many databases Microsoft SQL server provides?
Is the primary key column of a table an index in ms sql server?