I have a table of different widgets lets say the table is (widgetID, widgetName).
I have a list of users and the widgets they have (ID,userID,widgetID)
and a table of user information (ID,username,pass,name,gender, etc...)
I need to get an array of users with a specific gender...
"SELECT FROM...