Using the COUNT() aggregate function, you can eliminate duplicate values by using the keyword(s) ____.
A. UNIQUE
B. EXCLUSIVE
C. DISTINCT
D. UNIQUE_VALUES
Answer: C
You might also like to view...
What is the output of the following code:
``` double x = 5.5; int y = (int)x; System.out.println("x is " + x + " and y is " + y); ``` a. x is 5 and y is 6 b. x is 6.0 and y is 6.0 c. x is 6 and y is 6 d. x is 5.5 and y is 5 e. x is 5.5 and y is 5.0
How many IP addresses are available using a 255.255.255.252 subnet mask?
What will be an ideal response?
All of the following statements about aligning text are true EXCEPT:
A) Alignment with the right edge aligned and the left edge uneven is called right-aligned. B) Alignment is mainly used in the first line of a paragraph. C) When words are evenly aligned on the left, they are left-aligned. D) Center alignment places text in the center of the line.
What port number is associated with DHCP and BOOTP servers?
What will be an ideal response?