How Queries Happen

although same RDB principle, different environments.

mysql, postgresql, oracle, etc
-> TCP/IP network with DB server and data on disk

sqlite
-> DB library and data on disk