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
What is substitution variable?
What is hibernate and its relation to sql?
Does sql require a server?
what are the t string functions available in tsql? : Transact sql
how to enter characters as hex numbers? : Sql dba
What is %type in sql?
Do ddl statements need commit?
Is sqlexception checked or unchecked?
What is cursor and why it is required?
How do I run a pl sql procedure in sql developer?
What is view? Can we update view
What are types of exception?
Explain isolation levels. : Transact sql
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
How do you use join?