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题:
Which two tasks can you perform using only the TO_CHAR function? ()
第2题:
Which statement accomplish this? ()
第3题:
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?()
第4题:
Which two statements are true regarding working with dates?()
第5题:
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?()
第6题:
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.
第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题:
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
第9题:
The backup as copy can only be taken to disk
The backup as copy can only be taken to tape
Backup can be performed only when the instance is shutdown
Backup will constitute all used and unused blocks in the database
第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 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.
第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题:
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.
第13题:
What two statements are true regarding the recommendations received from the SQL Access Advisor?()(Choose two.)
第14题:
For which action can you use the TO_DATE function? ()
第15题:
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?()
第16题:
What two statements are true regarding the recommendations received from the SQL Access Advisor?()
第17题:
TestKing.com uses SQL Server 2005. You are implementing a series of views that are used in ad hoc queries. The views are used to enforce TestKing.coms security policy of abstracting data. Some of these views perform slowly. You create indexes on those views to increase performance, while still maintaining the company’s 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?()
第18题:
It cannot generate recommendations that support multiple workload queries.
It can recommend partitioning on tables provided that the workloads have some predicates and joins on the columns of the NUMBER or DATE type.
It can recommend partitioning only on tables that have at least 10,000 rows.
It can recommend only B-tree indexes and not bitmap or function-based indexes
第19题:
It cannot generate recommendations that support multiple workload queries.
It can recommend partitioning on tables provided that the workloads have some predicates and joins on the columns of the NUMBER or DATE type.
It can recommend partitioning only on tables that have at least 10,000 rows.
It can recommend only B-tree indexes and not bitmap or function-based indexes.
第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题:
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'
第22题:
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
第23题:
Use the command PURGE BINARY LOGS and specify a binary log file name or a date and time to remove unused files
Execute the PURGE BINARY LOGE NOT USED command
Remove all of the binary log files that have a modification date earlier than today
Edit the .index file to remove the files you want to delete
Ensure that none of the attached slaves are using any of the binary logs you want to delete
第24题:
SUM(start_date)
AVG(start_date)
COUNT(start_date)
AVG(start_date, end_date)
MIN(start_date)
MAXIMUM(start_date)