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 STUD_NAME,COUNT(*) FROM STUDENT GROUP BY STUD_NAME
HAVING COUNT(*) > 1
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to assign values to data fields in record variables?
What are the logical operations?
Use of an integrity constraint is better to validate data. Explain
What are dml statements in oracle?
How many types of auditing in Oracle?
How to enter a new row into a table interactively?
How do I uninstall oracle client from windows?
What is Redo Log Buffer in Oracle?
How to change system global area (sga) in oracle?
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracles. What database recovery options are available? Database is in archive log mode.
How to store pictures on to the database?
How to resolve the ORA-39133 error in Oracle?
How to create an oracle database?
How to create a new tablespace in oracle?
What is meant by raw datatype?