Answer Posted / saiteja
select ename,sal from emp
where sal=(select min(sal) from emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between SQL and ORACLE joins and write their syntax.
How to replace the Query Result 'Null Value' with a text ?
What are the 3 types of schema?
how you can list all the tables in a database?
Differentiate sql server reporting services vs. Crystal reports?
How to drop an existing user defined function in ms sql server?
Can coalesce return null?
What is the sql server agent?
What is an expression in ms sql server?
What is use of @@ spid in sql server?
Give an example of why you would want to denormalize a database
How to backup SQL Server Reporting Services ?
What are rest-style architecture's?
What happens if null values are involved in arithmetic operations?
can any body tell me how to know the password of current user in sql server