Hi,
the user in my application can choose freely some fields from the database.
people
+ peopleid
+ peoplename
cars
+ carid
+ carnumber
+ carcolor
pers_car
+ carid
+ peopleid
Lets assume the user is selecting the fields peoplename and carcolor to find out which person likes which colours.
Is it possible to identify the missing pers_car-Table (needed for joining) if...
- the table and the fields doesn't have a nice name?
- differenciate between logical and unlogical requests from user?