单项选择题
A. COUNT(UPPER(country_address))
B. COUNT(DIFF(UPPER(country_address)))
C. COUNT(UNIQUE(UPPER(country_address)))
D. COUNT DISTINTC UPPER(country_address)
E. COUNT(DISTINTC (UPPER(country_address)))
单项选择题 Evaluate the SQL statement: SELECT ROUND(45.953, -1), TRUNC(45.936, 2) FROM dual; Which values are displayed? ()
单项选择题 Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition? ()
多项选择题 Which two statements are true about WHERE and HAVING clauses? ()