0
SQL JOIN command
Can we use SQL JOIN command , If we don't have any common column available between them
1 Answer
+ 11
If there is no a common column, what is the point of joining tables?
If you want to get rows from both tables in a single result, you can use UNION ALL.