What does eq_ref and ref types mean in MySQL explain
I’ll try an explanation… eq_ref – imagine that you have two tables. Table A with columns (id, text) where id is a primary key. Table B with the same columns (id, text) where id is a primary key. Table A has the following data: 1, Hello 2, How are Table B has the following data: … Read more