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 / shashi
select Emp_ID from table_name groupe by Emp_ID
having count(Address_ID )>1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to select all columns of all rows from a table in oracle?
How to convert characters to numbers in oracle?
What is a sub query and what are the different types of subqueries?
How to list all tables in your schema?
How to synchronize 2 schema's objects?
Is rowid unique in oracle?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
Is a rollback possible to any savepoint?
What do you mean by merge in oracle?
What is oracle database 10g express edition?
What is save point in oracle database?
Is postgres faster than oracle?
What suggestions do you have to reduce the network traffic?
what is the dual table in oracle?
How to create a new view in oracle?