sql - Is a query with table separated by comma a cross join query? -


i know of sql but, use join, left, cross , on, in query tables separated comma. it's looks cross join me. don't know how test (the result same tries made).

select a.id, b.id a,b a.id_b = b.id 

even in great question (with great answers) "what difference between left, right, outer , inner joins?" didn't find answer this.

it would cross join if there wasn't where clause relating 2 tables. in case it's functionally equivalent inner join (matching records id_rel , id)

it's older syntax joining tables still supported in systems, join syntax largely preferred.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -