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 / u.radha
select distinct student_name from student;
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is procedure overloading in oracle?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
how may join possible between (requisition with purchase order)
What are the parameters that we can pass through a stored procedure?
What are transaction isolation levels supported by oracle?
Is primary key indexed by default in oracle?
How do we display rows from the table without duplicates?
Define oracle database
What are the uses of Database Trigger ?
What do database buffers contain?
Explain oracle 12c new features for developers?
What do you understand by a database object?
Explain the truncate in oracle?
What is proxy method?
definition of cluster and non-clustered index?