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
How do I connect to oracle database?
How to download oracle database 10g xe?
What are the attributes of the cursor?
What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?
How can you use check constraints for self referential integrity?
How to load a large xml file?
How to write numeric literals in oracle?
How to connect asp pages to oracle servers?
What is data type in oracle?
Is it possible to split the print reviewer into more than one region ?
What is the implicit cursor in oracle?
What is the difference between translate and replace in oracle?
what is Single Byte Overhead...?
How to declare a local variable?
How to open a cursor variable?