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

why should i declare foreign key constraint as self relation instead of binary relation in tables ?

1680


What exactly do quotation marks around the table name do?

632


What is an oracle database table?

670


What is the data pump export utility?

732


What is varray?

677






Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

2610


I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance

1941


can u plz provide me oca sql dumps please i need them

1568


what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?

1946


What is memory advisor in Oracle?

716


How to end the current transaction in oracle?

650


What is the usage of analyze command in oracle?

706


What is execute immediate in oracle?

629


What is where clause in oracle?

632


Explain oracle 12c new features for developers?

630