Answer Posted / akki julak
FOR EXAMPLE WE HAD TAKE EMP TABLE AND ENAME,EMPNO AS COLUMNS
SELECT EMPNO,ENAME
FROM EMP
WHERE ROWID NOT IN(SELECT MAX(ROWID) FROM EMP
GROUP BY EMPNO,ENAME);
by
AKKI JULAKANTI
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can you selectively load only those records that you need? : aql loader
What is the difference between count 1 and count (*) in a sql query?
Can we use delete in merge statement?
What is procedure function?
How many sql statements are used?
Is it possible for a table to have more than one foreign key?
What is difference between group by and partition by?
What are tables and fields in the database?
How do I clear the screen in sql plus?
What is a temp table?
What is difference between nchar and nvarchar?
what is the difference between group by and order by in sql? : Sql dba
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
When you have to use a default "rollback to" savepoint of plvlog?
Is sql considered coding?