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 tables in sql?
What are the query optimization techniques?
What is composite data type in pl sql?
What is crud stand for?
What schema means?
What are its different types of dbms?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
Is clustered index a primary key?
How to handle bulk data?
difference between anonymous blocks and sub-programs.
What is the difference between cross join and natural join?
What is difference between hql and sql?
Do we need commit after truncate?
What is recursive stored procedure?
What do you understand by pl/sql records?