In a database instance, the NLs_DATE_LANGUAGE parameter is set t
In a database instance, the NLs_DATE_LANGUAGE parameter is set to AMERICAN On a client, the Nls_LANG environmental variable is set to FRENCH_CANADA. WE8ISO8859P1, A user starts a session on the client and issues these commands, SQL> ALTER SESSION SET NLS_LANGUAGE= GERMAN SQL> SELECT TO_CHAR (hire_date, DD/MON/YYYY', 'nls_date_languag=ITALIAN’. FROM employees What is the result?
A.The query displays abbreviated month names in Canadian English.
B.The query displays abbreviated month names in Canadian French.
C.The query displays abbreviated month names in German.
D.The query displays abbreviated month names in Italian.
E.The query displays abbreviated month names in US English.
正确答案是D
