The _____ function extracts a single record from a table that matches criteria.?
A. ?DGET
B. ?DMATCH
C. ?DEXTRACT
D. ?DSINGLE
Answer: A
You might also like to view...
What type do these variables have?
Given the structure type and variable definitions ``` struct ShoeSize { char width; int number; }; struct ShoeType { char style; ShoeSize size; double price; }; ShoeType shoe1, shod2; ``` a) shoe1.style b) shoe2.size c) shoe1.size.width d) shoe2.price e) shoe1.size.number
When an image is selected, it is surrounded by ________, which allow the image to be resized
Fill in the blank(s) with correct word
The value of an object property can be another object.?
Answer the following statement true (T) or false (F)
A(n) ____________________ is a text field that can store several lines of text.
Fill in the blank(s) with the appropriate word(s).