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


Please Help Members By Posting Answers For Below Questions

why dont we assign not null constraint as table level constraint.

2345


what is IDE,DMV in sql server?

2357


How to test null values?

766


In which language oracle has been developed?

731


How to rename an index in oracle?

699






what is the difference between functional dependecy and multilevel dependency?

2077


What is different types of joins?

664


Explain the use of rows option in imp command.

675


How to get execution statistics reports on query statements?

674


How can you use check constraints for self referential integrity?

593


What is clustered table in Oracle?

723


What is oracle and what are its different editions?

666


How to execute a stored program unit?

661


How do I reset a sequence in oracle?

709


How to define an anonymous procedure with variables?

626