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
How long will it take to learn pl sql?
what are the different type of normalization? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
What are the different operators available in sql?
What is sap sql?
How do I send sql query results to excel?
What is cursor explain with example?
What are all types of user defined functions?
What is synchronized subquery?
Where is sql database stored?
What is clustered index in sql?
How do I kill a query in postgresql?
what is the difference between union and union all? : Sql dba
What is rename command in sql?
what is the difference between rownum pseudo column and row_number() function? : Sql dba