Which stats command function provides a count of how many unique values exist for a given field in the result set?
A. dc(field)
B. count(field)
C. count-by(field)
D. distinct-count(field)
Answer: A. dc(field)
Computer Science & Information Technology
You might also like to view...
Variable declarations can begin with:
a) Declare b) Dim c) Dec d) As
Computer Science & Information Technology
Write code that displays a die, and when the user clicks the die it then displays a random number between 1 and 6 (use the Magic Decider code as a reference).
What will be an ideal response?
Computer Science & Information Technology