What do you want to get back from the query? If there is no relationship
between the tables, about all you COULD get would be what's called a
"Cartesian product". That's when you get all possible "pairs" of records.
For example, if you had 6 rows in one table, and 30 rows in the second, a
"Cartesian product" would return 180 rows (6 X 30).