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
What are transaction isolation levels supported by oracle?
State and explain the different types of data models?
Query to retrieve record for a many to many relationship ?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
How does oracle handle read consistency?
How to get a list of all user accounts in the database?
Explain the use of file option in exp command.
Explain user account with reference to oracle.
How to write date and time interval literals in oracle?
What are the different types of record groups in oracle? Explain each of them
How do I use os authentication with weblogic jdriver for oracle and connection pools?
What are data pump export and import modes?
Explain the use of record option in exp command.
Explain the use of parfile option in exp command.
Explain oracle insert into command?