Once created, a sequence belongs to a specific schema.
Once created, a sequence is linked to a specific table.
Once created, a sequence is automatically available to all users.
Only the DBA can control which sequence is used by a certain table.
Once created, a sequence is automatically used in all INSERT and UPDATE statements.
第1题:
Examine the structure of the EMPLOYEES table: EMPLOYEE_ID NUMBER NOT NULL, Primary Key EMP_NAME VARCHAR2(30) JOB_ID NUMBER/ SAL NUMBER MGR_ID NUMBER References EMPLOYEE_ID column DEPARTMENT_ID NUMBER Foreign key to DEPARTMENT_ID column of the DEPARTMENTS table You created a sequence called EMP_ID_SEQ in orderto populate sequential values for the EMPLOYEE_ID column of the EMPLOYEES table. Which two statements regarding the EMP_ID_SEQ sequence are true? ()
第2题:
Which two statements are true about simple views?()
第3题:
What is true about sequences? ()
第4题:
Which two statements about creating constraints are true? ()
第5题:
Which two statements about creating constraints are true?()
第6题:
DDL statements can be audited.
Statements that refer to stand-alone procedure can be audited.
Operations by the users logged on as SYSDBA cannot be audited.
Only one audit record is ever created for a session per audited statement even though it is executedmore than once.
第7题:
A view can be created as read only.
A view can be created as a join on two or more tables.
A view cannot have an ORDER BY clause in the SELECT statement.
A view cannot be created with a GROUP BY clause in the SELECT statement.
A view must have aliases defined for the column names in the SELECT statement.
第8题:
Once created, a sequence belongs to a specific schema.
Once created, a sequence is linked to a specific table.
Once created, a sequence is automatically available to all users.
Only the DBA can control which sequence is used by a certain table.
Once created, a sequence is automatically used in all INSERT and UPDATE statements.
第9题:
The baseline, once created, cannot be removed.
Disable the baseline metrics in the Database Control Manage Metrics page.
The baseline will be automatically removed once the database performance has been optimized.
Drop the baseline metrics by usingDBMS_WORKLOAD_REPOSITORY.DROP_BASELINE procedure.
第10题:
Which two statements about views are true?()
第11题:
Which two statements about sequences are true? ()
第12题:
Which two statements are true about standard database auditing()
第13题:
Which two statements are true with respect to the maintenance window? ()
第14题:
It would be created only if a unique index is manually created first.
It would be created and would use an automatically created unique index.
It would be created and would use an automatically created nonunique index.
It would be created and remains in a disabled state because no index is specified in the command.
第15题:
The start value of the sequence is always 1.
A sequence always increments by 1.
The minimum value of an ascending sequence defaults to 1.
The maximum value of descending sequence defaults to 1.
第16题:
A DBA can enable or disable an individual task in all maintenance windows.
A DBA cannot change the duration of the maintenance window after it is created.
In case of a long maintenance window,all Automated Maintenance Tasks are restarted every four hours.
A DBA can control the percentage of the resource allocated to the Automated Maintenance Tasks in each window
第17题:
Constraint names must start with SYS_C
All constraints must be defines at the column level.
Constraints can be created after the table is created.
Constraints can be created at the same time the table is created.
Information about constraints is found in the VIEW_CONSTRAINTS dictionary view.