adspace
Answer Posted / Amrit Kalash
No, you cannot directly join two tables without a common column. However, you can use techniques such as full outer joins with a dummy/sentinel value in one of the tables to achieve the effect of joining tables without a common column.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I remove duplicates in two columns?
Does group by remove duplicates?
what is bcp? When does it used? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
Is inner join faster than left join?
how to escape special characters in sql statements? : Sql dba
what is dbms? : Sql dba
Do we need to rebuild index after truncate?
What is the best sql course?
what is collation? : Sql dba
What is your daily office routine?
Is primary key always clustered index?
define sql insert statement ? : Sql dba
Can we use distinct and group by together?
Can we rollback truncate?