DictionaryForumContacts

   English
Terms for subject Microsoft containing clause | all forms
EnglishSpanish
check clausecláusula de comprobación (Code that enforces constraints on a table or column)
DELETE clausecláusula DELETE (A part of a DML Statement that contains the DELETE keyword and associated parameters)
From clausecláusula From (The clause that introduces a data source and a range variable in a query expression)
query clausecláusula de consulta (The combination of an expression (or query subclause) and its adjacent logical operator. It is modeled on the WHERE clause of a SQL statement and contains Field Name, operator, and value)
step clausecláusula STEP (" A clause that specifies the amount by which the loop counter is incremented each time a For...Next loop is traversed. In the following example, "Step 2" is the step clause: For loopCounter = 1 to 100 Step 2")
WHERE clauseclaúsula WHERE (The part of an SQL statement that specifies which records to retrieve)