consider a table which contain 4 columns,ename,eno,sal and
deptno, from this table i want to know ename who having
maximum salary in deptno 10 and 20.
Answer Posted / nancy
Select ename from table where dept_no in ('10','20') group
by dpt_no
| Is This Answer Correct ? | 4 Yes | 27 No |
Post New Answer View All Answers
What are the types of variable use in pl sql?
In pl/sql, what is bulk binding, and when/how would it help performance?
Can a key be both primary and foreign?
What is latest version of sql?
Is sql sequential or random?
How do you use collections in procedure to return the resultset?
What is aggregate function in sql?
what is a foreign key ? : Sql dba
How many postgresql users are there, worldwide?
What is use of trigger?
How to avoid duplicate records in a query?
what is error ora-03113: end-of-file on communication channel?
how to convert character strings to dates? : Sql dba
How is use pl and sql?
What is $$ in sql?