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
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
What is log shipping?
What guidelines should be followed to help minimize deadlocks?
Explain the disadvantages of cursors?
In what three ways is the return statement used in a stored procedure?
What is row_number () and partition by in sql server?
What are statistics?
How to move database physical files in ms sql server?
What is the use of group by clause?
What is the recommended total size of your memory optimized tables?
What is the use of tempdb? What values does it hold?
Why use cursor in sql server?
Help!!!!!!!!!!!! My database has gone offline, it is highlighted as 'Suspect'. Foolishly, i haven't got a recent back up. Is there a way of quickly restoring the database? Thank you
How to execute a sql statement using mssql_query()?
Do you know what is sql service broker?