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. The indexed column is declared as NOT NULL.
B. The indexed columns are used in the FROM clause.
C. The indexed columns are part of an expression.
D. The indexed column contains a wide range of values.
第2题:
A. The two statements produce identical results.
B. The second statement returns a syntax error.
C. There is no need to specify DESC because the results are sorted in descending order by default.
D. The two statements can be made to produce identical results by adding a column alias for the salary column in the second SQL statement.
第3题:
JSP EL表达式的语法为( )
A、!JSP expression
B、@{JSP expression}
C、${JSP expression}
D、#{JSP expression}
第4题:
当()时,条件“expression1 XOR expression2”的值为真。
第5题:
在Hibernate的Criteria查询中,Expression对象具体描述了查询条件,其对应SQL条件中的field>=value的方法是()。
第6题:
A.Tables with BLOB and TEXT columns cannot be partitioned
B.Partitioning allows easier management of smaller data sets for certain queries
C.Partitioning allows different columns to be stored in separate files
D.The partitioning expression is an integer or function that returns an integer value or NULL value
E.Partitioning is only available for those storage engines that implements it natively
第7题:
在switch(expression)语句中,expression的数据类型不能是( )。
A.double
B.char
C.byte
D.short
第8题:
A、jsp:setPropertyname=”name”value=%=expression%
B、jsp:includepage=%=expresion%
C、jsp:paranname=”name”value=%=expression%
D、jsp:getPropertyname=%expression%
第9题:
Which four are types of functions available in SQL? ()
第10题:
在JavaScript中,下列哪段代码能够在1秒之后执行表达式expression?()