单项选择题Which of the following is not a valid calendaring syntax element?()

A. FREQ
B. BYHOUR
C. RUNDATE
D. INTERVAL
E. BYMINUTE


您可能感兴趣的试卷

你可能感兴趣的试题

1.多项选择题Which two statements are true regarding the USING clause in table joins?()

A.It can be used to join a maximum of three tables 
B.It can be used to restrict the number of columns used in a NATURAL join 
C.It can be used to access data from tables through equijoins as well as nonequijoins 
D.It can be used to join tables that have columns with the same name and compatible data types

2.多项选择题Which DBMS_SCHEDULER procedures can be used to enable a program?()

A. ENABLE启用
B. ENABLE_PROGRAM
C. VALIDATE_PROGRAM
D. SET_ATTRIBUTE设置属性
E. SET_ENABLED

3.单项选择题When setting arguments for a job, which procedure do you use for types that cannot be implicitly converted to and from a VARCHAR2 datatype?()

A. SET_JOB_ARGUMENT_VALUE
B. SET_JOB_VALUE_ANYDATA
C. SET_JOB_ANYDATA_VALUE
D. SET_SPECIAL_JOB_VALUE
E. SET_JOB_ANYTYPE_VALUE

4.多项选择题You issued the following command to drop the PRODUCTS table: SQL> DROP TABLE products; What is the implication of this command?()

A.All data along with the table structure is deleted 
B.The pending transaction in the session is committed 
C.All indexes on the table will remain but they are invalidated 
D.All views and synonyms will remain but they are invalidated 
E.All data in the table are deleted but the table structure will remain

5.单项选择题Within a resource-plan definition, what differentiates a top-level plan from a subplan?()

A. A subplan has the PLAN_SUB parameter value set to SUB
B. A top-level plan has the GROUP_OR_PLAN parameter set to the name of the subplan in the resource-plan definition
C. There is no difference in the resource-plan definition
D. A subplan always has the CPU_MTH parameter value set to RATIO
E. The string TOP_LEVEL is appended to the name of top-level resource plans

6.多项选择题Which two statements are true regarding working with dates?()

A.The default internal storage of dates is in the numeric format 
B.The default internal storage of dates is in the character format 
C.The RR date format automatically calculates the century from the SYSDATE function and does not allow the user to enter the century 
D.The RR date format automatically calculates the century from the SYSDATE function but allows the user to enter the century if required

8.单项选择题You are currently located in Singapore and have connected to a remote database in Chicago. You issue the following command:SQL> SELECT ROUND (SYSDATE-promo_begin_date, 0) FROM promotions WHERE (SYSDATE-promo_begin_date)/365 >2;PROMOTIONS is the public synonym for the public database link for the PROMOTIONS table. What is the outcome?() 

A.an error because the ROUND function specified is invalid 
B.an error because the WHERE condition specified is invalid 
C.number of days since the promo started based on the current Chicago date and time 
D.number of days since the promo started based on the current Singapore date and time 

9.单项选择题Which statement is true regarding subqueries?()

A.The LIKE operator cannot be used with single-row subqueries 
B.The NOT IN operator is equivalent to IS NULL with single-row subqueries 
C.=ANY and =ALL operators have the same functionality in multiple-row subqueries 
D.The NOT operator can be used with IN, ANY, and ALL operators in multiple-row subqueries 

10.多项选择题Which three statements are true regarding the data types in Oracle Database 10g/11g?()

A.Only one LONG column can be used per table 
B.A TIMESTAMP data type column stores only time values with fractional seconds 
C.The BLOB data type column is used to store binary data in an operating system file 
D.The minimum column width that can be specified for a VARCHAR2 data type column is one 
E.The value for a CHAR data type column is blank-padded to the maximum defined column width

最新试题

Examine the following ALTER command:SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;What is the purpose of the command?()

题型:单项选择题

The user SYS creates a job by using the following command:Which two statements are true about the job that was created by the preceding command?()

题型:多项选择题

You executed the following commands in a database session:What could have caused the recycle bin to clean up?()

题型:单项选择题

Which two commands never trigger an implicit rebalancing within the disk group?()

题型:多项选择题

Which three functions are performed by the SQL Tuning Advisor? ()

题型:多项选择题

Which two statements are true about a job chain?()

题型:多项选择题

Which three statements are true about windows?()

题型:多项选择题

To enable faster incremental backups, you enabled block change tracking for the database.Which two statements are true about the block change tracking file?()

题型:多项选择题

Which three tasks can be performed using a duplicate database?()

题型:多项选择题

In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas.Which method must you use to recover the lost data?()

题型:单项选择题