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 / venkat

SELECT COUNT(NAME_FIELD_NAME)AS NOMBER_OF_OCCURENCE FROM
STUDENT WHERE NUMBER_OF_OCCURANCE >1;

Is This Answer Correct ?    3 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100

1679


What is a dead lock in oracle?

688


Where is the export dump file located?

657


Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?

1868


Write a syntax for update query in oracle?

692






How do I use unicode codesets with the weblogic jdriver for oracle driver?

640


How to invoke the data pump import utility?

724


What is oracle data type?

652


What are a cluster and non-cluster index?

652


What are the differences between date and timestamp in oracle?

653


Will you be able to store pictures in the database?

748


Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?

1548


Explain the types of exception?

735


What is tns name?

631


How to write numeric literals in oracle?

754