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
How do I know if oracle client is installed on windows?
Explain the use of tables option in exp command.
What is difference between sid and service name in oracle?
What are the differences between primary key and unique key?
What is the recommended interval at which to run statspack snapshots, and why?
Why do we use bulk collect in oracle?
What are the uses of Database Trigger ?
What are the ansi data types supported in oracle?
Explain the importance of .pll extension in oracle?
Design database draw er diagram for a certain scenario ?
Explain the blob datatype?
What is null value in oracle?
 What are the oracle DML commands possible through an update strategy?
what is a Nested Loop join?
Can you tell me how to add new column in existing views?how?How is possible?