Convert 10 to 'TEN'
Convert '10' to 10
Convert '10' to '10'
Convert 'TEN' to 10
Convert a date to a character expression
Convert a character expression to a date
第1题:
In a design situation, there are multiple character sets that can properly encode your data. Which three should influence your choice of character set?()
第2题:
You are maintaining your database in Oracle10g. You find that the number of languages that should be supported in your database has increased. The character set of your database is UTF8. You decide to migrate your database to the AL16UTF16 national character set. How will you migrate your database from UTF8 to AL16UTF16?()
第3题:
Which two tasks can you perform using only the TO_CHAR function? ()
第4题:
For which action can you use the TO_DATE function? ()
第5题:
You need to create a table named ORDERS that contain four columns: 1. an ORDER_ID column of number data type 2. aCUSTOMER_ID column of number data type 3. an ORDER_STATUS column that contains a character data type 4. aDATE_ORDERED column to contain the date the order was placed. When a row is inserted into the table, if no value is provided when the order was placed, today's date should be used instead. Which statement accomplishes this?()
第6题:
Your company uses SQL Server 2005. You are implementing a series of views that are used in ad hoc queries. The views are used to enforce your companys security policy of abstracting data. Some of these views perform slowly. You create indexes on those views to increase performance, while still maintaining the companys security policy. One of the views returns the current date as one of the columns. The view returns the current date by using the GETDATE( ) function. This view does not allow you to create an index. You need to create an index on the view. Which two actions should you perform?()
第7题:
convert any date literal to a date
convert any numeric literal to a date
convert any date to a character literal
format 'January 10 1999' for input
format '10-JAN-99' to 'January 10 1999'
第8题:
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.
第9题:
SUM(start_date)
AVG(start_date)
COUNT(start_date)
AVG(start_date, end_date)
MIN(start_date)
MAXIMUM(start_date)
第10题:
Convert 10 to 'TEN'
Convert '10' to 10
Convert '10' to '10'
Convert 'TEN' to 10
Convert a date to a character expression
Convert a character expression to a date
第11题:
The default internal storage of dates is in the numeric format
The default internal storage of dates is in the character format
The RR date format automatically calculates the century from the SYSDATE function and does not allow the user to enter the century
The RR date format automatically calculates the century from the SYSDATE function but allows the user to enter the century if required
第12题:
SUM(start_date)
AVG(start_date)
COUNT(start_date)
AVG(start_date, end_date)
MIN(start_date)
MAXIMUM(start_date)
第13题:
Which three tasks can be performed using regular expression support in Oracle Database 10g?()
第14题:
Which two tasks can your perform by using the TO_CHAR function? ()
第15题:
Which statement accomplish this? ()
第16题:
You need to create a table named ORDERS that contains four columns: 1.an ORDER_ID column of number data type 2.a CUSTOMER_ID column of number data type 3.an ORDER_STATUS column that contains a character data type 4.a DATE_ORDERED column to contain the date the order was placed When a row is inserted into the table, if no value is provided for the status of the order, the value PENDING should be used instead. Which statement accomplishes this?()
第17题:
Which two statements are true regarding working with dates?()
第18题:
Syntax when writing queries involving JOINS
Memory usage when working with the data
Character set mapping index hash size
Disk usage when storing data
第19题:
convert 10 to 'TEN'
convert '10' to 10
convert 10 to '10'
convert 'TEN' to 10
convert a date to a character expression
convert a character expression to a date
第20题:
Convert any date literal to a date
Convert any numeric literal to a date
Convert any character literal to a date
Convert any date to a character literal
Format '10-JAN-99' to 'January 10 1999'
第21题:
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 or trailing characters (or both) from a character string.
NVL compares two expressions and returns null if they are equal, or the first expression if they are not equal.
NULLIF compares two expressions and returns null if they are equal, or the first expression if they are not equal.
第22题:
by using the RMAN utility
by using the export/import utility
by using the ALTER DATABASE command
by enabling the change tracking feature
第23题:
Remove all deterministic function calls from within the view.
Remove all nondeterministic function calls from within the view.
Schema-bind all functions that are called from within the view.
Create the view and specify the WITH CHECK OPTION clause.