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 / nithya
select Emp_ID from table_name group by Address_ID
having count(Address_ID )>1;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I limit the number of rows returned by an oracle query after ordering?
Name the various constraints used in oracle?
Explain rename?
How does one get the view definition of fixed views/tables?
How to select all columns of all rows from a table in oracle?
What is SQL access advisor in Oracle?
What is query image?
How to use "for" statements in oracle?
What are the numeric comparison operations?
Why is oracle used?
What is the Tune Query
How to assign data of the deleted row to variables?
What is the simplest tool to run commands on oracle servers?
Explain database link?
What is MTTR advisor in Oracle?