You should use the _____ data type for fields that contain variable length data, such as comments, notes, and reviews.
A. Short Text
B. Long Text
C. Number
D. AutoNumber
Answer: B
You might also like to view...
Which of the following statements is false?
a. The argument of each of the functions mean, median and mode must be an iterable. b. To help confirm the median and mode values of a grades list, you can use the built-in sorted function to get a copy of grades with its values arranged in increasing order, as in the following session, which makes it clear that both the median and the mode are 85: In [1]: grades = [85, 93, 45, 89, 85] In [2]: sorted(grades) Out[2]: [45, 85, 85, 89, 93] c. If a list’s number of values is even, median returns the mode of the two middle values. d. The mode function causes a StatisticsError for lists like
The first row of a data source for a mail merge is known as the:
A) merge field. B) primary row. C) header row. D) filter.
What two types of authentication modes are supported by SQL Server?
What will be an ideal response?
The ________ function will convert all characters in a text string to lowercase
Fill in the blank(s) with correct word