write a query to dispaly those name who is more than one in
student table?
example- in a student table sandeep kumar comes 4 times,
rakesh kumar comes 2 times, ajit kumar comes 1 times so
query will display sandeep kumar and rakesh kumar single
times.
Answer Posted / neha_gupta
select ename,count(1) from student
group by ename
having count >1
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the differences between date and timestamp in oracle?
What is an Oracle Instance?
How much memory your 10g xe server is using?
What is the best way to do multi-row insert in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
How to drop a stored procedure in oracle?
What is oracle open database communication (odbc)?
how the indexes are stored in the Oracle Database?
How to revoke create session privilege from a user in oracle?
How to write an inner join with the where clause in oracle?
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How are extents allocated to a segment?
How to retrieve data from an cursor to a record?
Does oracle database need java?
How to drop an existing view in oracle?