SQL

Questions about programming languages and debugging
Post Reply
User avatar
isapiens
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 533
Joined: 05 May 2006, 16:00
17
Location: Turn around

SQL

Post by isapiens »

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 : )

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

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.
¯\_(ツ)_/¯ It works on my machine...

Post Reply