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 sqlcontext?
What is the use of primary key?
What are the most important ddl statements in sql?
What is sql clause?
How does sql*loader handles newline characters in a record? : aql loader
What is procedure explain with example?
Can cursors be part of a trigger body?
List the ways to get the count of records in a table?
Does mysql support pl sql?
What is a field in a database?
Can we join two tables without common column?
How to assign sql query results to pl sql variables?
How do I turn a list into a table?
Can a commit statement be executed as part of a trigger?
How do I run a sql trace?