SELECT ADD_MONTHS(MAX(hire_Date), 6) FROM EMP;
SELECT ROUND(hire_date) FROM EMP;
SELECT sysdate-hire_date FROM EMP;
SELECT TO_NUMBER(hire_date + 7) FROM EMP;
第1题:

A. The statement produces an error at line 1.
B. The statement produces an error at line 3.
C. The statement produces an error at line 6.
D. The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all departments that pay less salary then the maximum salary paid in the company.
E. The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all employees who earn less than the maximum salary in their department.
第2题:
Which statements concerning the value of a member variable are true, when no explicit assignments have been made?()
第3题:
You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What does the statement generate?()
第4题:
When a valid SQL Query in a DB Read step returns 0 rows, which branch of the step will be executed? ()
第5题:
Which four statements correctly describe functions that are available in SQL? ()
第6题:
Which statement is true regarding the COALESCE function?()
第7题:
Application developers in your company create an assembly that contains a CLR function. This CLR function reads data from a spreadsheet, performs some calculations, and returns the data to a SQL Server 2005 computer. You need to register the assembly with SQL Server 2005 by using the CREATE ASSEMBLY statement and the least privileged security permission set. Which permission set should you use? ()
第8题:
SYSTEM.MOUSE_BUTTON_PRESSED returns a string.
SYSTEM.MOUSE_BUTTON_PRESSED returns a numeric value. 1Z0-132 World Leaders In Certifications Material - Test-king.com
A possible value for SYSTEM.MOUSE_BUTTON_MODIFIERS is Control+Alt+Delete.
SYSTEM.MOUSE_BUTTON_MODIFIERS can only be references in form-level triggers.
SYSTEM.MOUSE_BUTTON_MODIFIERS identifies which special key was pressed in conjunction with the usual mouse button action.
第9题:
Row
Table
Scalar
Column
第10题:
INSTR returns the numeric position of a named character.
NVL2 returns the first non-null expression in the expression list.
TRUNCATE rounds the column, expression, or value to n decimal places.
DECODE translates an expression after comparing it to each search value.
TRIM trims the heading of trailing characters (or both) from a character string.
NVL compares two expressions and returns null if they are equal, or the first expression of they are not equal.
NULLIF compares twp expressions and returns null if they are equal, or the first expression if they are not equal.
第11题:
A text copy of the control file.
A binary copy of the control file.
A file containing a SQL statement which will re-create the database.
A file containing a SQL statement which will re-create the control file.
第12题:
Create a function that returns a list of values that represent the login times for the given user.
Create a function that returns a list of values that represent the people who have logged more hours than the current user has logged.
Create a function that returns a numeric value that represents the number of hours that a user has logged for the current day.
Create a function that returns a numeric value that represents the number of hours that a user has logged for the current month.
第13题:
A.Row
B.Table
C.Scalar
D.Column
第14题:
You issued the following statement: SQL> ALTER SESSION SET NLS_LANG=FRENCH_CANADA.WE8ISO8859P1; Which parameter is NOT overridden by using the above statement?()
第15题:
Which three features work together, to allow a SQL statement to have different cursors for the samestatement based on different selectivity ranges?()
第16题:
Which two statements are true about mouse button variables?()
第17题:
Which of the following cannot be used as input to the SQL Tuning Advisor?() (Choose all that apply.)
第18题:
Which of the following cannot be used as input to the SQL Tuning Advisor?()
第19题:
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
第20题:
Bind Variable Peeking
SQL Plan Baselines
Adaptive Cursor Sharing
Bind variable used in a SQL statement
Literals in a SQL statement
第21题:
Default
SAFE
EXTERNAL ACCESS
UNSAFE
第22题:
The tuned plan is not added to the SQL plan baseline.
The tuned plan is added to the fixed SQL plan baseline as a fixed plan.
The tuned plan is added to the fixed SQL plan baseline as a nonfixed plan.
The tuned plan is added to a new nonfixed SQL plan baseline as a nonfixed plan.
第23题:
It can have a maximum of five expressions in a list
It returns the highest NOT NULL value in the list for all rows
It requires that all expressions in the list must be of the same data type
It requires that at least one of the expressions in the list must have a NOT NULL value