If i pull data from one table and if i need just one field ( lets say user
ID ) from other table, what should i do to make this work. I want to read
all data from one table and then make the comparation of the passed data and
the user ID data, in other table....( user id is in users table and all
other data is in data table ).