i have a table with the columns below as
Emp_ID Address_ID Address_Line City Country
-------- --------- ----------- ------ ---------
Q: Display the Emp_ID's those having more than one
Address_ID
Answer Posted / abc
select emp_id from table_name a where a.rowid < (select MAX
(rowid) from test b where b.address_id=a.address_id)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a trace file and how is it created in oracle?
Hi Can any one tell me what are the API's used in requisition import.
Explain user account with reference to oracle.
How to bring a tablespace offline?
What privilege is needed for a user to delete rows from tables in another schema?
Calculate difference between 2 date / times in oracle sql?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What is PL/SQL ?
In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?
Can we save images in a database and if yes, how?
How many types of tables are there in oracle?
Can group functions be mixed with non-group selection fields?
Does facebook use oracle?
How to end the current transaction in oracle?
How many categories of data types?