when row directories need more row entries
when there is row migration in the data block
when there is an increase in the PCTFREE value for the data block
when more transaction slots are required than are initially configured
第1题:
Which two statements are correct regarding the Flashback Versions Query feature?()
第2题:
Which two statements about subqueries are true?()
第3题:
Identify two situations in which the block header grows in a data block. ()
第4题:
Which three statements are true regarding the logical structure of the Oracle database?()
第5题:
Which four are attributes of single row functions? ()
第6题:
You administer a SQL Server 2008 instance. You deploy a new database named Engineering. The Engineering database manages large documents that will be revised occasionally. You need to design a table structure that allows fast read access. You also need to minimize storage space requirements. Which two actions should you perform?()
第7题:
when the tablespace is online
when the tablespace has segments with data in it
when the tablespace is a default permanent tablespace for the database
when the tablespace contains a table that is currently being used by transactions
when the tablespace contains undo data that is needed to rollback an uncommitted transaction
第8题:
To maintain control of updated rows for commit processing
To ensure only committed changes are altered by another application
To allow two applications to update the same row of data simultaneously
To prevent multiple applications from accessing the same data simultaneously
第9题:
The LAST_SCN value in the first row is NULL, which means that the versions of the row still exist at SCN 6636300. LAST_SCN
The LAST_SCN value in the second row in NULL, which means that the version of the row still exists at SCN 6636300.
The LAST_SCN value in the third row is 6636280, which means that the version of row exists above SCN 6636280.
The LAST_SCN value in the second row is NULL, which means that the version of the row no longer exists because it was deleted. LAST_SCN
第10题:
You can use this feature to identify the committed versions of the rows, but not the uncommitted versions.
You can use this feature to identify the versions of V$ views.
You can use this feature to identify the inserts, deletes, and updates performed on a particular row but not the data definition language (DDL) operations performed on the table.
You can use this feature for a table only if row movement is enabled for the table.
You can use this feature to identify the versions of external and fixed tables.
第11题:
They accept only a single argument
They can be nested only to two levels
Arguments can only be column values or constants
They always return a single result row for every row of a queried table
They can return a data type value different from the one that is referenced
第12题:
Use NTFS file system compression on the volume.
Use row-level compression on the document table.
Use varbinary(MAX) data type with FILESTREAM storage.
Enable row-level compression on all columns that use the vardecimal() data type.
第13题:
Which statement describes the effect on an index, when the indexed column for the rows is updatedin the base table()
第14题:
Which statement describes the ROWID data type? ()
第15题:
Which three statements are true regarding single-row functions?()
第16题:
Which three statements are true about logical structures of the Oracle database()
第17题:
Which property of the ListView class is used to get/set the name of the data field whose value exclusively identifes every data row of a ListView when the ClientIDMode property is set to Predictable?()
第18题:
Which two statements are true regarding single row functions?()
第19题:
An update in a leaf row takes place.
The index becomes invalid after the update.
The leaf block containing the row to be updated is marked as invalid.
A row in the leaf block of the index for the key value is logically deleted and a new leaf row is inserted
第20题:
Each segment contains one or more extents.
Multiple tablespaces can share a single data file.
A data block is the smallest unit of input/output (I/O) in data files.
It is possible to have tablespaces of different block sizes in a database.
Each data block in the database always corresponds to one operating system block.
第21题:
A single row subquery can retrieve data from only one table.
A SQL query statement cannot display data from table B that is referred to in its subquery, unless table B is included in the main query's FROM clause.
A SQL query statement can display data from table B that is referred to in its subquery, without including B in its own FROM clause.
A single row subquery can retrieve data from more than one table.
A single row subquery cannot be used in a condition where the LIKE operator is used for comparison.
A multiple-row subquery cannot be used in an INSERT statement to insert multiple rows at a time.
第22题:
cannot be nested
manipulate data items
act on each row returned
return one result per row
accept only one argument and return only one value
accept arguments which can be a column or an expression
第23题:
They can accept only one argument.
They can be nested up to only two levels.
They can return multiple values of more than one data type.
They can be used in SELECT, WHERE, and ORDER BY clauses.
They can modify the data type of the argument that is referenced.
They can accept a column name, expression, variable name, or a user-supplied constant as arguments.