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
第1题:
Which two statements are true about the rescue configuration file?()
第2题:
Which two statements are true about constraints? ()
第3题:
Which statements are true regarding system-partitioned tables?()
第4题:
Which two statements are true about simple views?()
第5题:
Which two statements about creating constraints are true? ()
第6题:
It must include a root password
It is roll back file number 50, and you can recover it by issuing rollback 50
It is created by issuing request system configuration rescue save
It is updated automatically when you commit
第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题:
NETBIOS names can only use alphanumeric characters.
You can use a ’.’ in a NETBIOS name.
You can use an ’_’ (underscore) in a NETBIOS name.
NETBIOS names must be UPPERCASE
NETBIOS names can be a maximum of 32 characters
第9题:
Views can be created as read only.
Views are data segments like tables.
Views can be created on the basis of more than one table.
Data manipulation language (DML) operations cannot be performed on views.
第10题:
A subquery that defines a view cannot include the GROUP BY clause
A view that is created with the subquery having the DISTINCT keyword can be updated
A view that is created with the subquery having the pseudo column ROWNUM keyword cannot be updated
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
第11题:
Only a single partitioning key column can be specified.
All DML statements must use partition-extended syntax.
The same physical attributes must be specified for each partition.
Unique local indexes cannot be created on a system-partitioned table.
Traditional partition pruning and partitionwise joins are not supported on these tables.
第12题:
Multiple change tracking files can be created for a database.
The change tracking file must be created after the first level 0 backup.
RMAN does not support backup and recovery of the change tracking file.
The database clears the change tracking file and starts tracking changes again,after whole database restore and recovery operations.
第13题:
Which two statements are true regarding views?()
第14题:
To enable faster incremental backups, you enabled block change tracking for the database.Which two statements are true about the block change tracking file?()
第15题:
Which two statements about views are true?()
第16题:
To enable faster incremental backups, you enabled block change tracking for the database.Which two statements are true about the block change tracking file? ()(Choose two.)
第17题:
Which two statements about creating constraints are true?()
第18题:
The UNIQUE constraint does not permit a null value for the column.
A UNIQUE index gets created for columns with PRIMARY KEY and UNIQUE constraints.
The PRIMARY KEY and FOREIGN KEY constraints create a UNIQUE index.
The NOT NULL constraint ensures that null values are not permitted for the column.
第19题:
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
第20题:
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.
第21题:
A primary key must have been created.
A mapping table must have been created.
An overflow tablespace must have been specified.
The PCTTHRESHOLD option must have been specified.
第22题:
Multiple change tracking files can be created for a database.
The change tracking file must be created after the first level 0 backup.
RMAN does not support backup and recovery of the change tracking file.
The database clears the change tracking file and starts tracking changes again, after whole database restore and recovery operations.
第23题:
It is executed first in the query execution
It must be the last clause in the SELECT statement
It cannot be used in a SELECT statement containing a HAVING clause
You cannot specify a column name followed by an expression in this clause
You can specify a combination of numeric positions and column names in this clause
第24题:
It must include a root password.
It is rollback file number 50, and you can recover it by issuing rollback 50.
It is created by issuing request system configuration rescue save.
It is updated automatically when you commit.