A(n) ________ query removes records from a table based on criteria that you specify
A) delete
B) append
C) update
D) make table
A
You might also like to view...
Answer the following statements true (T) or false (F)
1. A while loop may have a semicolon after the test expression and before the body of the loop, but it is not required. 2. A while loop is somewhat limited, because the counter can only count up, not down. 3. An initialization expression may be omitted from the for loop if no initialization is required. 4. When a loop is nested inside another loop, the outer loop goes through all its iterations for each iteration of the inner loop. 5. A while loop is somewhat limited because the counter can only be incremented or decremented by one each time through the loop.
Specifying a font family increases the usability of your site by providing a default font plus alternative fonts, if the default font is not available on the Web page visitor's system.
Answer the following statement true (T) or false (F)