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 repeatable read?
How can you find out which stored procedures are recompiling?
Is it safe to delete log files?
How you provide security to cube? : sql server analysis services, ssas
Can sql server be linked with other servers like oracle?
Can a table be moved to different filegroup?
Why the trigger fires multiple times in single login?
Is sql server difficult to learn?
What are Spatial data types in SQL Server 2008
what type of index will get created after executing the above statement? : Sql server database administration
What are the advantages to use stored procedures?
What is provisioning, billing and metering, and connection routing concepts in the service layer?
What are the transaction properties?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What does the on update no action do?