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
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
Is drop table faster than truncate?
How do I order columns in sql?
What is bitemporal narrowing?
What is microsoft t sql?
Can a composite key be null?
What is loop in pl sql?
which types of join is used in sql widely? : Sql dba
How do you drop a trigger?
What are the types of operators available in sql?
What are the disadvantages of file system?
How to disable a trigger name update_salary?
Which table is left in left join?
How to write html code in pl sql?
Can %notfound return null after a fetch?