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 etl - extraction, transformation, and loading?
role of sql sever 2005 in database rather than any other database
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
What is stored procedures?
What is the purpose of forms?
What is inner join in sql server joins?
Explain the truncate command?
Differentiate between a local and a global temporary table?
What is a field in a table?
What is inline variable assignment?
Difference between primary key and clustered index?
What do you understand by integration services in sql server?
Explain trigger and trigger types?
What are the reporting services components?