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
What is a named program unit?
What do you mean by merge in oracle?
What are the common oracle dba tasks?
Can we create database in oracle using command line ?
How to add a new column to an existing table with a default value?
What is a partition in oracle?
How to drop an existing view in oracle?
What is ADDM Advisor in Oracle?
Is postgres faster than oracle?
Where are the settings stored for each instance in oracle?
what is IDE,DMV in sql server?
Explain user account with reference to oracle.
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?