In Access SQL statements, any table name or field name that has spaces must be enclosed in ________
A) Double Angle Brackets << >> B) Single Angle Brackets < >
C) Parentheses ( ) D) Square brackets [ ]
D
You might also like to view...
In which dialog box are you able to control line spacing?
A) Formatting B) Paragraph C) Line D) Print
Which of the following statements is false?
a) You can use any custom color created from a combination of alpha (transparency), red, green and blue components called ARGB values—each is an integer in the range 0–255 that defines the amount of alpha, red, green and blue in the color, respectively. b) An alpha value of 0 is completely opaque and an alpha value of 255 is completely transparent. c) In the IDE, the alpha is specified as a percentage from 0 to 100, which the IDE then translates into 00–FF. d) To specify an ImageBrush for a TextBlock, click the tab below the Foreground property, then specify values for the Stretch and ImageSource properties.