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.
第1题:
A typical(160)language contains an applicative sub-language which approximates the mathematical abstractions of "timeless" functions applied to "spaceless" values, where the actual operation sequences and use of storage space during expression evaluation are organized behind the(161). In this setting, values are data structures of low volume, typically a few computer words or less, which means that an illusion of spacelessness can be realized by having(162)results during expression evaluation stored at the discretion of the language implementation, and effecting parameter(163)and(164)operations through value copying.
A.imperative
B.mandatory
C.compulsory
D.voluntary
第2题:
在Hibernate的Criteria查询中,Expression对象具体描述了查询条件,其对应SQL条件中的field>=value的方法是()。
第3题:
当()时,条件“expression1 XOR expression2”的值为真。
第4题:
Which four statements correctly describe functions that are available in SQL? ()
第5题:
Which three statements about subqueries are true? ()
第6题:
Which two statements are true regarding the ORDER BY clause? ()
第7题:
Which four are attributes of single row functions? ()
第8题:
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.
第9题:
A main query can have more than one subquery.
A subquery can have more than one main query.
The subquery and main query must retrieve data from the same table.
The subquery and main query can retrieve data from different tables.
Only one column or expression can be compared between the subquery and main query.
Multiple columns or expression can be compared between the subquery and main query.
第10题:
string
character
integer
calendar
numeric
translation
date
conversion
第11题:
cannot be nested
manipulate data items
act on each row returned
return one result per row
accept only one argument and return only one value
accept arguments which can be a column or an expression
第12题:
It is executed first in the query execution
It must be the last clause in the SELECT statement
It cannot be used in a SELECT statement containing a HAVING clause
You cannot specify a column name followed by an expression in this clause
You can specify a combination of numeric positions and column names in this clause
第13题:
A.Row
B.Table
C.Scalar
D.Column
第14题:
Which four are types of functions available in SQL? ()
第15题:
在JavaScript中,下列哪段代码能够在1秒之后执行表达式expression?()
第16题:
Which three tasks can be performed using regular expression support in Oracle Database 10g?()
第17题:
Which two statements are true regarding partitioning in Mysql?()
第18题:
In which scenario would index be most useful?()
第19题:
TestKing.com has a SQL Server 2005 computer. You have been assigned the task of retrieving information about a user who is currently logged in. You need to create a function that returns scalar information about the activity time for a particular user. What are two possible ways to achieve this goal?()
第20题:
it can be used to concatenate two strings.
it can be used to find out the total length of the string.
it can be used for string manipulation and searching operations.
it can be used to format the output for a column or expression having string data.
it can be used to find and replace operations for a column or expression having string data.
第21题:
Tables with BLOB and TEXT columns cannot be partitioned
Partitioning allows easier management of smaller data sets for certain queries
Partitioning allows different columns to be stored in separate files
The partitioning expression is an integer or function that returns an integer value or NULL value
Partitioning is only available for those storage engines that implements it natively
第22题:
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.
第23题:
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.
第24题:
They can accept only one argument.
They can be nested up to only two levels.
They can return multiple values of more than one data type.
They can be used in SELECT, WHERE, and ORDER BY clauses.
They can modify the data type of the argument that is referenced.
They can accept a column name, expression, variable name, or a user-supplied constant as arguments.