Answer Posted / pramod janjirala
select sal,ename from emp where sal=(select max(sal) from
emp);
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
Is it possible to link two groups inside a cross products after the cross products group has been created?
What are different types of sql commands?
Mention what are the benefits of pl/sql packages?
how to check server status with 'mysqladmin'? : Sql dba
What is the difference between count 1 and count (*) in a sql query?
What is AUTH_ID and AUTH_USER in pl/sql ?
How does rowid help in running a query faster?
Can we alter stored procedure?
What is the basic form of sql query?
What are the two parts of design view?
How delete all data from table in sql?
How do we use distinct statement? What is its use?
What is java sql driver?
What is an ndf file?
what is 'trigger' in sql? : Sql dba