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
how to get a list of indexes of an existing table? : Sql dba
What is data type in database?
How many databases can sql express handle?
What is the maximum number of rows in sql table?
How do I run sql?
How do I run sql profiler?
Can we rename a column in the output of sql query?
What do you mean by stored procedures?
What is a full join sql?
How do I view output in sql developer?
How do you use a while loop in pl sql?
what is a join? : Sql dba
Can we enter data in a table in design view?
What are the advantages of pl sql over sql?
Do we need to rebuild index after truncate?