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 a sql join?
How do you delete a trigger?
What are the properties of the relational tables?
The external application that is executed in one of the tasks does not have a log file, but only a screen log. How can I save the data from the screen? : sql server management studio
How to modify an existing user defined function?
Explain transaction isolation levels in sql server?
What is a view in sql?
Can we call stored procedure in view in sql server?
What is acid db?
Explain error and transaction handling in sql server?
What is parameterized reports in ssrs ?
Do you know what is user defined datatypes and when you should go for them?
Explain Geometry datatype in sql server 2008 with example
How many null values we can have in a unique key field in sql server?
Which language is supported by sql server?