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 to create a new tablespace in oracle?
What is an oracle and why it is used?
What is the exact use of Collections?
How to create a table interactively?
How to assign data of the deleted row to variables?
what is reindexing?
How to rename a tablespace in oracle?
What is Reduced List of Values?
What is the data pump export utility?
How to build data dictionary view an new database?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How to get last row id?
What is sharded cluster?
What are the system predefined user roles?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100