Quote:
Originally Posted by uReside.com
i think i need a vocabulary lesson on parsing and query, i've read on here and see it mentioned quite alot.
|
A query is actually a different word for question. Queries are also database commands.
A MySQL query would for example be:
[sql]SELECT * FROM user WHERE userid = 1[/sql]
Here's the definition for parse:
http://dictionary.reference.com/search?q=parse
Nr. 4 would be used mostly here:
Quote:
Originally Posted by dictionary.com
4. Computer Science. To analyze or separate (input, for example) into more easily processed components.
|