How to find out name of all employees who has salary less
than 200 Rs.?
Answer Posted / aditya
select *from <table name>where sal<20
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What is database dimension? : sql server analysis services, ssas
How to fetch the next row from a cursor with a "fetch" statement?
What does top operator do?
What is raid? : SQL Server Architecture
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
Define magic tables in sql server?
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
What are the aggregate and scalar functions?
How can windows applications connect to sql servers via odbc?
What are the advantages of having an index on the sql server?
What are joins in sql and what are the different types of joins?
How to write character string constants or literals in ms sql server?
How do use Having,Group by,Group function in SQL?
What are the different types of subquery?