Which NLS parameter can be used to change the default Oracle sort method from binary to linguistic for the SQL SELECT statement?()
第1题:
You issued the following statement: SQL> ALTER SESSION SET NLS_LANG=FRENCH_CANADA.WE8ISO8859P1; Which parameter is NOT overridden by using the above statement?()
第2题:
Which two statements are true about the Automatic Diagnostic Repository (ADR)?()
第3题:
In which four clauses can a subquery be used? ()
第4题:
Evaluate this SQL statement: SELECT ename, sal, 12* sal+100 FROM emp; The SAL column stores the monthly salary of the employee. Which change must be made to the above syntax to calculate the annual compensation as "monthly salary plus a monthly bonus of $100, multiplied by 12"?()
第5题:
Where can subqueries be used?()
第6题:
The NLS_SORT parameter sets the default sort method for which of the following operations?()
第7题:
The NLS_TERRITORY parameter specifies the default conventions to be used for which of the following globalization elements?()
第8题:
WHERE clause
ORDER BY clause
BETWEEN clause
NLSSORT function
NLS_SORT function
第9题:
NLS_SEARCH_L
NLS_SORT
NLS_SEARCH
NLS_SORT_L
None of the above
第10题:
the value of the NLS_LANGUAGE variable
the value of the NLS_TERRITORY variable
the value of the NLS_CURRENCY variable
the character encoding scheme used by the client application
第11题:
in the INTO clause of an INSERT statement
in the FROM clause of a SELECT statement
in the GROUP BY clause of a SELECT statement
in the WHERE clause of a SELECT statement
in the SET clause of an UPDATE statement
in the VALUES clause of an INSERT statement
第12题:
NLS_SEARCH_L
NLS_SORT
NLS_SEARCH
NLS_SORT_L
None of the above
第13题:
Given the following function: CREATE FUNCTION emplist ( ) RETURNS TABLE ( id CHAR(6) , firstname VARCHAR(12) , lastname VARCHAR(15) ) LANGUAGE SQL BEGIN ATOMIC RETURN SELECT EMPNO, FIRSTNME, LASTNAME FROM EMPLOYEE WHERE WORKDEPT IN ('A00', 'B00'); END How can this function be used in an SQL statement?
第14题:
Which of the following NLS_SORT parameter values would result in case-insensitive and accent-insensitive binary sorts?()
第15题:
Which of the following NLS_SORT parameter values would result in case-insensitive and accent-insensitive binary sorts?()
第16题:
You are required to remove the default EXTPROC entry from the default listener configuration to create a listener that will listen specifically for EXTPROC calls. Which two methods can you use to remove the default EXTPROC entry from the default listener configuration? ()
第17题:
Which NLS parameter directly governs linguistic searches?()
第18题:
The NLS_SORT parameter sets the default sort method for which of the following operations?()
第19题:
NLS_SORT = BINARY
NLS_SORT = BINARY_AI
NLS_SORT = BINARY_CI
NLS_SORT = BINARY_AI_CI
Binary sorts are case insensitive and accent insensitive by default.
第20题:
NLS_LANG
NLS_COMP
NLS_SORT
None of the above
第21题:
Date format
Decimal character
Group separator
First day of the month
None of the above
All of the above
第22题:
WHERE clause WHERE
ORDER BY clause
BETWEEN clause
NLSSORT function
NLS_SORT function
第23题:
NLS_LANG
NLS_COMP
NLS_SORT
None of the above