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
What is an index in sql?
What is #table in sql server?
What are examples of triggers?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Name the different type of indexes in sql?
How do I find the sql server instance name?
What is use of except clause? How it differs from not in clause?
What is a livelock?
Why use “in” clause in sql server?
How to delete a login name in ms sql server?
Tell me what is fill factor?
What is named query? : sql server analysis services, ssas
Define inner join in sql server joins?
What is 2nf example?
How to convert a numeric expression from one data type to another?