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
What are the differences between blob and clob in oracle?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
What are group functions in oracle?
What is a server parameter file in oracle?
what is normalisation?what are its uses?
How to drop an index?
Name the three major set of files on disk that compose a database in Oracle?
How to store only time; not date and time?
How to use subqueries in the from clause in oracle?
What is Reduced List of Values?
How to convert numbers to characters in oracle?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
How do I connect to oracle?
What is query image?
How data locks are respected in oracle?