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 object data modeling?
How can we view last record added to a table?
State the difference along with examples between Oracle 9i, Oracle 10g and Oracle 11i.
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
What happens in oracle commit?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to divide query output into groups in oracle?
When system tablespace is created?
How can we force the database to use the user specified rollback segment?
How to add another datafile to a tablespace?
What is the data pump export utility?
Is insert autocommit in oracle?
How to drop an index in oracle?
How to experiment a data lock in oracle?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process