By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | t1 | null | index | PRIMARY | PRIMARY | 4 | null | 1 | 100.00 | Using index |
| 1 | SIMPLE | t2 | null | eq_ref | PRIMARY | PRIMARY | 4 | fiddle_NTBFHZQPZPTPOTLPGUEV.t1.id | 1 | 100.00 | Using index |
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | t1 | null | index | PRIMARY | PRIMARY | 4 | null | 1 | 100.00 | Using index |
| 1 | SIMPLE | t2 | null | eq_ref | PRIMARY | PRIMARY | 4 | fiddle_NTBFHZQPZPTPOTLPGUEV.t1.id | 1 | 100.00 | Using index |