Answer Posted / thanjairajan@gmail.com
select * from emp a where 2=(select count(distinct(b.rowid)) from emp b where a.rowid>=b.rowid;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the basic sql commands?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
How many sectors are in a partition?
explain advantages of innodb over myisam. : Sql dba
What is sql resultset?
Why do we use triggers?
What is the difference between union and union all command?
What does varchar include?
What is right join sql?
What is the usage of the distinct keyword?
How do you declare a variable in pl sql?
What are the two virtual tables available at the time of database trigger execution?
differentiate between float and double. : Sql dba
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What are the types of index in sql?