Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

check whether all the emp numbers are indeed unique.

Answer Posted / nagendra

select empno, count(empno)
from emp
group by empno
having count(empno) > 1;

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define a temp table?

1080


How do you use a while loop in pl sql?

1055


How to get list of all tables from a database?

1209


What is sqlite used for?

1048


How do I know if I have sql express or standard?

1064


Is primary key a clustered index?

1009


How do you go back in sql?

1029


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

1146


How can we link a sql database to an existing android app?

1080


Write the command to remove all players named sachin from the players table.

1228


What is the difference between an inner and outer join?

1059


What is the difference between Union and Union all. Which is faster.

1441


What is the cause of mutating table error and how can we solve it?

1099


Why triggers are used?

1037


What is sql basics?

1083