how does a sql query work?
Posted
by Anand
on Stack Overflow
See other posts from Stack Overflow
or by Anand
Published on 2010-03-18T07:47:02Z
Indexed on
2010/03/18
7:51 UTC
Read the original article
Hit count: 377
Hi,
How does a sql query work ? how does it get compiled ? Is the from clause complied first to see if the table exists ? How does it actually retrieve data from the database ? How and in what format are the tables stored in a database ?
I am using phpmyadmin is there anyway I can peek into the files where data is stored ??
© Stack Overflow or respective owner