Search Results

1
vote
3answers
43 views

Oracle: Check if rows exist in other table

I've got a query joining several tables and returning quite a few columns. An indexed column of another table references the PK of one of these joined tables. Now I would like to add anothe …
1
vote

Managing customers in database

If possible, let the user log in. This saves you the trouble with searching for a similar customer, and the users do not have to enter their address more than once. …