i have a question

12/14/2015 21:05 hacor32#1
i just made a game and everywhere i search for anything it says inset query into ur database my question is what does query mean and where in insert it
12/15/2015 08:00 KingDollar#2
query definition :
In general, a query (noun) is a question, often required to be expressed in a formal way. The word derives from the Latin quaere (the imperative form of quaerere, meaning to ask or seek). In computers, what a user of a search engine or database enters is sometimes called the query. To query (verb) means to submit a query (noun).
A database query can be either a select query or an action query. A select query is simply a data retrieval query. An action query can ask for additional operations on the data, such as insertion, updating, or deletion.

Languages used to interact with databases are called query languages, of which the Structured Query Language (SQL) is the well-known standard.

source : [Only registered and activated users can see links. Click Here To Register...]
12/15/2015 11:17 hacor32#3
Quote:
Originally Posted by Alexiuns* View Post
query definition :
In general, a query (noun) is a question, often required to be expressed in a formal way. The word derives from the Latin quaere (the imperative form of quaerere, meaning to ask or seek). In computers, what a user of a search engine or database enters is sometimes called the query. To query (verb) means to submit a query (noun).
A database query can be either a select query or an action query. A select query is simply a data retrieval query. An action query can ask for additional operations on the data, such as insertion, updating, or deletion.

Languages used to interact with databases are called query languages, of which the Structured Query Language (SQL) is the well-known standard.

source : [Only registered and activated users can see links. Click Here To Register...]
well, if i got a query where i put it in database
12/15/2015 15:09 Snow*#4
[Only registered and activated users can see links. Click Here To Register...]
12/16/2015 14:50 ​Exo#5
I'd suggest you take this tutorial [Only registered and activated users can see links. Click Here To Register...] you will grasp the basic definitions of stuff!