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 a covering index?
What are the advantages of using stored procedures?
Can we use max in where clause?
Do you know what are acid properties?
What is the difference between for auto and for nested?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
Where to find ntwdblib.dll version 2000.80.194.0?
How to find index size for each index on table?
What structure can you implement for the database to speed up table reads?
Explain use of expression builder.
How do I create an extended event in sql server?
How to disconnect from a sql server using mssql_close()?
Define right outer join in sql server joins?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
Where the sql logs gets stored?