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 is the difference between clustered and non clustered index in sql? : Sql dba
What is a stored procedure in sql with example?
How do you declare a variable in pl sql?
what are all different types of collation sensitivity? : Sql dba
How would you convert date into julian date format?
Define sql delete statement.
How does postgresql compare to oracle/db2/ms sql server/informix?
What is asqueryable?
What is sql clause?
What are the differences between implicit and explicit cursors?
What are the indexing methods?
how to select unique records from a table? : Sql dba
What is pl sql script?
What is the use of procedures?
What is a sql schema used for?