Definitions
from The American Heritage® Dictionary of the English Language, 5th Edition.
- noun A question; an inquiry.
- noun A doubt in the mind; a mental reservation.
- noun A notation, usually a question mark, calling attention to an item in order to question its validity or accuracy.
- transitive verb To express doubt or uncertainty about; question.
- transitive verb To put a question to (a person). synonym: ask.
- transitive verb To mark (an item) with a notation in order to question its validity or accuracy.
from The Century Dictionary.
- noun A question; an inquiry to be answered or resolved; specifically, a doubt or challenge, as of a written or printed statement, represented by the interrogation-point (?), or by an abbreviation, q., qy., or qu., or by both.
- noun Synonyms Inquiry, Interrogation, etc. See
question . - To put a query; ask a question or questions; express doubt.
- To mark with a query; express a desire to examine as to the truth of.
- To seek by questioning; inquire or ask: as, to
query the sum or amount; to query the motive or the fact. - To examine by questions; address queries to: as, to
query a person.
from the GNU version of the Collaborative International Dictionary of English.
- transitive verb To put questions about; to elicit by questioning; to inquire into
- transitive verb To address questions to; to examine by questions.
- transitive verb To doubt of; to regard with incredulity.
- transitive verb To write “ query” (qu., qy., or ?) against, as a doubtful spelling, or sense, in a proof. See
Quære . - noun A question; an inquiry to be answered or solved.
- noun A question in the mind; a doubt.
- noun An interrogation point [?] as the sign of a question or a doubt.
- intransitive verb To ask questions; to make inquiry.
- intransitive verb To have a doubt.
from Wiktionary, Creative Commons Attribution/Share-Alike License.
- noun A
question orinquiry . - noun A
question mark . - noun computing, databases A set of
instructions passed to adatabase . - verb transitive To
ask ,inquire . - verb intransitive To ask a question.
- verb transitive To
question or call into doubt. - verb computing, databases To pass a query to a
database toretrieve information.
from WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.
- noun an instance of questioning
- verb pose a question
Etymologies
from The American Heritage® Dictionary of the English Language, 4th Edition
from Wiktionary, Creative Commons Attribution/Share-Alike License
Support
Help support Wordnik (and make this page ad-free) by adopting the word query.
Examples
-
You do this by sending the straight text through PHP either through a variable or through the mysql_query command directly, like this: $query = "SELECT * from TABLE"; $results = mysql_query ($query); You can also do it like this: $results = mysql_query ( "SELECT * from TABLE"); The results of your query are then put into a temporary array known as $results, which you'll learn more about later.
Recently Uploaded Slideshows Bravo77 2009
-
Next you plan out your query and assign it to the $query variable.
Recently Uploaded Slideshows Bravo77 2009
-
# Make up a simple query my $query = new Unit:: Request ( "");
TWiki.Codev 2009
-
$Vm = gwmi - namespace root\virtualization - query $query - computername $HyperVServer
MSDN Blogs 2008
-
$Kvp = gwmi - namespace root\virtualization - query $query - computername $HyperVServer Write-Host "Guest KVP information for"
MSDN Blogs 2008
-
$Kvp = gwmi - namespace root\virtualization - query $query - computername $HyperVServer Write-Host "Guest KVP information for"
MSDN Blogs 2008
-
$Kvp = gwmi - namespace root\virtualization - query $query - computername $HyperVServer Write-Host "Guest KVP information for"
MSDN Blogs 2008
-
$result = $db - > query ($query); if ($result) echo $db - > affected_rows. 'student inserted into the database.'
LinuxQuestions.org dannyabbott89 2010
-
$result = $db - > query ($query); if ($result) echo $db - > affected_rows. 'student inserted into the database.'
LinuxQuestions.org dannyabbott89 2010
-
$result = mysql_query ($query) or die ( "Couldn't execute query"); while ($row = mysql_fetch_array ($result)) $indexx = $row [ "indexx"];
DaniWeb IT Discussion Community lordtrini 2010
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.