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 / gyana ranjan behera
simply write the sql query like
sql>select Emp_ID from table_name groupe by Address_ID
having count(Address_ID )>1;
this is working as per the requirement..i tested
that..thanx ..pls send responces and questions on my mail
id to discuss new situations.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What are the roles of dba?
what are the default admin accounts in Oracle 10g ?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What is raw datatype?
What is a snapshot in oracle database?
Will you be able to store pictures in the database?
What is the quickest way to fetch the data from a table?
What are the differences between number and binary_float in oracle?
What do you mean by a deadlock?
What is ordinary table in oracle?
How to list all tables in your schema?
What is Data Dictionary Cache in Oracle?
How to drop an index in oracle?
How do we create privileges in oracle?
how do u setup a replication site?