Can a Database View be used to create a Self Join?
Is it possible to create a Database View that implements a table self join? For example I would like to find all sys_user records where there are duplicate email addresses(the incoming email to user matching process obviously has a problem with dupli...
