Hey guys, i am reading this book called "learn SQL in 21 days". As of now i am on operators and stuff. But the damn book wont tell me where am i supposed to use these commands...
Am i supposed to use Microsoft Access to create these databases or what... i am a bit confused with where am i supposed to implemet this code, would be nice if u explained it to me : )
SQL
SQL is not a programming language, but is however a part of many scripting/programming languages. For instance, in PHP, i could use some command like:
mysql_get("SELECT members, passwords FROM users");
So, it's sort of an implementation into a scripting or programming language.
mysql_get("SELECT members, passwords FROM users");
So, it's sort of an implementation into a scripting or programming language.
¯\_(ツ)_/¯ It works on my machine...