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 / valmiki sreenivasulu

A)select sname from student group by sname;

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain alias?

808


What is a nvl function?

642


How to convert times to characters in oracle?

686


What happens to the current transaction if the session is ended?

615


How do I find my oracle client driver version?

611






Explain the use of constraints option in exp command.

663


What the is the diff between local index and global index. give some example.

1236


How many types of tables are there in oracle?

666


Is postgres faster than oracle?

641


Explain the difference between sap and oracle?

654


How do I recompile a procedure in oracle?

606


Please explain oracle data types with examples?

659


How to drop an index?

619


Explain the use of consistent option in exp command.

625


What is hash cluster in oracle?

694