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
Is primary key a clustered index?
What is sql basics?
What is partition by in sql?
What is a full join sql?
Where is sql database stored?
What is normalization in sql?
what is the difference between where clause and having clause? : Sql dba
How many types of primary keys are there?
How do I view a table in sql?
How many joins can you have in sql?
How do I find duplicates in a single column in sql?
how to concatenate two character strings? : Sql dba
What is the execution plan in sql?
What is primary and foreign key?
How do I remove sql plus from windows 10?