多项选择题Which two statements are true regarding views?()

A.A subquery that defines a view cannot include the GROUP BY clause 
B.A view that is created with the subquery having the DISTINCT keyword can be updated 
C.A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be updated 
D.A data manipulation language (DML) operation can be performed on a view that is created with the subquery having all the NOT NULL columns of a table


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题What is the default value for the ENABLED attribute of a job or program when it is created? ()

A. TRUE
B. FALSE
C. There is no default. It must be defined at creation time.
D.PENDING
E. NULL

2.多项选择题Which three statements are true regarding subqueries?()

A.Subqueries can contain GROUP BY and ORDER BY clauses 
B.Main query and subquery can get data from different tables 
C.Main query and subquery must get data from the same tables 
D.Subqueries can contain ORDER BY but not the GROUP BY clause 
E.Only one column or expression can be compared between the main query and subquery
F. Multiple columns or expressions can be compared between the main query and subquery

3.多项选择题Which DBMS_SCHEDULER procedure(s) can be used to alter an existing job? ()

A. SET_ATTRIBUTE_NULL
B. ALTER_JOB
C. ALTER_JOB_PARAMETERS
D. ALTER
E. SET_ATTRIBUTE

4.多项选择题Which Scheduler view(s) can be queried to see which jobs are currently executing? ()

A. DBA_SCHEDULER_JOB_RUN_DETAILS
B. DBA_SCHEDULER_RUNNING_JOBS DBA
C. DBA_SCHEDULER_CURRENT_JOBS
D. DBA_SCHEDULER_JOBS DBA
E. DBA_SCHEDULER_EXECUTING_JOBS

5.单项选择题Which statement is true regarding synonyms?()

A.Synonyms can be created only for a table 
B.Synonyms are used to reference only those tables that are owned by another user 
C.A public synonym and a private synonym can exist with the same name for the same table 
D.The DROP SYNONYM statement removes the synonym, and the table on which the synonym has been created becomes invalid

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

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

7.多项选择题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

8.多项选择题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

9.单项选择题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

10.多项选择题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

最新试题

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

题型:单项选择题

You are creating a database by using Database Configuration Assistant (DBCA). You have chosen the File System option as the storage mechanism. What would be the result of choosing this option?()

题型:单项选择题

The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Which statement is true while performing a tape backup in an RMAN session?()

题型:单项选择题

You want to take a complete database backup using RMAN. The backup should consist only the used blocks from your database.Which two statements are true about this backup operation?()

题型:多项选择题

Note the following statements that use flashback technology:1. FLASHBACK TABLE <table> TO SCN <scn>;2. SELECT * FROM <table> AS OF SCN 123456;3. FLASHBACK TABLE <table> TO BEFORE DROP;4. FLASHBACK DATABASE TO TIMESTAMP <timestamp>;5. SELECT * FROM <table> VERSIONS AS OF SCN 123456 AND 123999;Which of these statements will be dependent on the availability of relevant undo data in the undo segment?()

题型:单项选择题

User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()

题型:多项选择题

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

题型:多项选择题

Which options would you consider while configuring a flash recovery area (fast recovery area in 11g Release 2) for your production database that is running in ARCHIVELOG mode?()

题型:多项选择题

Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN)?()

题型:多项选择题

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?()

题型:单项选择题