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
What is pragma autonomous transaction in oracle?
When do we use group by clause in a sql query?
What happens if you lost a data file?
What is oracle update statement with inner join ?
How to convert character types to numeric types?
What is an oracle database?
What is the relation of a user account and a schema?
What are operators in oracle?
What is an oracle function?
How can we find out the duplicate values in an oracle table?
Explain what are the type of synonyms?
query optmization techniques and quwry analyser+projects+ppts
What is Trigger in Oracle?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
How to create a table index?