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
What is proxy method?
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 ?
How do I manually create a database in oracle?
What is SQL Tuning Advisor in Oracle?
How to use existing values in update statements using oracle?
How many types of table in Oracle?
How view is different from a table?
Explain the use of record length option in exp command.
What is parameterized cursor in oracle?
Why is oracle database so popular?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
what are the default admin accounts in Oracle 10g ?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
Can multiple cursors being opened at the same time?
How to connect asp pages to oracle servers?