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

What is a schema in oracle?

544


How to get execution statistics reports on query statements?

570


How to define an external table with a text file?

579


Explain an index segment?

641


How to start an oracle instance?

574






What are a collation and state the different types of collation sensitivity?

549


What happens if you lost a data file?

580


How to do clean up if create database failed?

576


Are truncate and delete commands same? If so why?

654


Explain oracle data types with examples?

575


How to change system global area (sga) in oracle?

572


Is insert autocommit in oracle?

601


How remove data files before opening a database?

564


How different is ms access and oracle?

546


Can we use bind variables in oracle stored procedure?

490