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 format trigger?
What is an oracle data file?
What is a initialization parameter file in oracle?
I have some query regarding Report generation from Oracle Apps "PO module". I have to generate a report where table columns are as below: Vendor_name Invoice No PO Number Item_Quantity Value of Goods Date of Shipping Name_of_the_transport Date_of_receipt_issued. Now my questions is :from which table/column I can get the information of "Name_of_the_transport" column. Thanks in advance.
Can I create users through internet explorer in oracle 10g?
How to compare dates in oracle sql?
How to export your connection information to a file?
How many types of auditing in Oracle?
What is BBED in Oracle?
What is dual table oracle?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
Explain what are the type of synonyms?
How to use subqueries in the from clause in oracle?
What is set verify off in oracle?