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

How to download oracle database 10g xe?

597


query optmization techniques and quwry analyser+projects+ppts

1929


What are the different types of record groups in oracle? Explain each of them

600


What are the ways tablespaces can be managed and how do they differ?

1616


Explain the use of grant option in exp command.

586






does the query needs a hint to access a materialized view?

1466


What is raw datatype?

592


Explain joins in oracle?

559


How to get a list of all background sessions in the database?

542


How to list all user accounts in oracle?

612


Write a syntax for update query in oracle?

619


how to do daily transactions with out sql* loader control file regesterd in apps?

1221


If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?

1798


Compare and contrast between sql and sql server and explain its various functions?

528


How to insert a new row into a table in oracle?

589