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 / neha_gupta
select ename,count(1) from student
group by ename
having count >1
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain the use of parfile option in exp command.
Design database draw er diagram for a certain scenario ?
How to define a variable of a specific record type?
Write a syntax for update query in oracle?
Will you be able to store pictures in the database?explain.
Explain what does a control file contain?
What is an Oracle Instance?
Write a trigger example in oracle?
11. Display the client number and name and the client number and name of the person who referred that client.
What is hot backup and logical backup?
Difference between oracle's plus (+) notation and ansi join notation?
How can you tell how much space is left on a given file system and how much space each of the file systems subdirectories take-up?
How to use "in out" parameter properly?
What is oracle data type?
What is java oracle used for?