How to write efficient queries in MySQL
Introduction to queries
We are going to talk about actually accessing the data / querying the data efficiently.
EXPLAIN overview
We’ll try to understand the output of the EXPLAIN command.
id - Shows the ID of the row in the output. Can be NULL.
se...
shreyanshgupta.hashnode.dev10 min read