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 / gourav
select first_name,count(*) from employees
group by first_name
having count(*)>1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is truncate autocommit in oracle?
what is the scripts in data base?
Explain the truncate in oracle?
What is coalesce function?
What is control file used for?
ur a sql devoloper...what is the process in ur company for finding the database BUGS .. seperate DB testers are there? or devr.s are manage? if DB TESTERS in there what is the process
What is the scope of a local variable?
How to connect to the server with user account: sys?
What is ADDM Advisor in Oracle?
What is private procedure oracle?
Explain cascading triggers.
What is an external table?
What is pragma autonomous transaction in oracle?
How is it different from a normal table?
What is the relation of a user account and a schema in oracle?