0
Is concat different from join?
5 Answers
+ 3
Yes. It is different. Concat is used to combine to strings and used mostly after Select clause while Join itself is a very important concept which has many applications and it is used to combine two or more tables according to our requirement.
+ 2
different, concat combine to strings, join combine two tables
+ 2
Concat is used for exactly combining one string after other like every and where becomes everywhere whereas join for combining two or more tables.
0
Yes
0
yes , its used to combine strings