A data manipulation language statement ().
第1题:
(73) is a query language for manipulating data in a relational database.
A.Assemble
B.SQL
C.C++
D.Fortran
第2题:
Which statement correctly describes SQL and /SQL*Plus?()
第3题:
Which statements are correct about temporary tables()
第4题:
Which two client requests are captured during database replay Capture?() (Choose two)
第5题:
You suspect unauthorized data manipulation language (DML) operations on a particular table. Youwant to track users who are performing the transactions and the values used in the transactions. You alsoplan to transfer these values to another table for analysis. How would you achieve this()
第6题:
Global indexes are rebuilt automatically at the end of the DDL operation thereby avoiding problems with the UNUSABLE status.
You do not have to search for invalid global indexes after the DDL command completes and rebuild them individually.
Global indexes are maintained during the operation of the DDL command and therefore can be used by any concurrent query.
Global indexes remain intact and available for use by data manipulation language (DML) statements even for sessions that have not enabled the skipping of unusable indexes.
第7题:
Indexes and views can be created on temporary tables.
Both the data and the structure of temporary tables can be exported.
Temporary tables are always created in a user’s temporary tablespace.
The data inserted into a temporary table in a session is available to other sessions.
Data manipulation language (DML) locks are never acquired on the data of temporary tables.
第8题:
Indexes and views can be created on temporary tables.
Both the data and the structure of temporary tables can be exported.
Temporary tables are always created in a user’s temporary tablespace.
The data inserted into a temporary table in a session is available to other sessions.
Data manipulation language (DML) locks are never acquired on the data of temporary tables
第9题:
Flashback Table can be performed on system tables.
Flashback Table operation does not shrink the segments.
Flashback Table uses log mining to extract SQL_REDO and SQL_UNDO statements.
Flashback Table operation acquires exclusive data manipulation language (DML) locks.
第10题:
Both SQL and /SQL*plus allow manipulation of values in the database.
/SQL* Plus recognizes SQL satement and sends them to the server; SQL is the Oracle proprietary interface for executing SQL statements.
/SQL* Plus language for communicating with the Oracle server to access data; SQL recognizes SQL statements and sends them to the server.
/SQL manipulates data and table definition in the database; /SQL* Plus does not allow manipulation of values in the database.
第11题:
The shrink operation touches every block in the BOOKING table
The high-water mark (HWM) for the BOOKING table is shifted from its original position
The progress of the shrink operation is saved in the bitmap blocks of the BOOKING table
The data manipulation language (DML) triggers on the BOOKING table are executed because the shrink operation is internally handled by the INSERT/DELETE operation
第12题:
The data is decrypted during SORT and JOIN operations.
The data remains encrypted when it is read into memory.
The data remains encrypted when it is stored in the redo logs.
The data remains encrypted in the UNDO tablespace provided that the UNDO tablespace was created with the encryption option enabled.
第13题:
Which two client requests are captured during database replay Capture?()
第14题:
Which two statements are true regarding views?()
第15题:
Which two statements are true about simple views?()
第16题:
Which three statements are correct about temporary tables?()
第17题:
by using triggers
by using Data Pump
by using external tables
by using anonymous PL/SQL blocks
第18题:
Flashback queries
Shared server requests
Login and logoff activities of sessions
Direct path load of data from external files by using utilities such as SQL *loader
Data definition language (DDL) and data manipulation language (DML) operations
第19题:
Apply fine-grained auditing.
Implement value-based auditing.
Impose standard database auditing to audit object privileges.
Impose standard database auditing to audit SQL statements.
第20题:
by using triggers
by using external tables
by using anonymous PL/SQL blocks
by auditing all DML operations on the table
第21题:
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.
第22题:
1 and 2
2 and 5
1,3,and 4
3,4,and 5
1,2,3,and 4
第23题:
Flashback queries
Shared server requests
Login and logoff activities of sessions
Direct path load of data from external files by using utilities such as SQL *loader
Data definition language (DDL) and data manipulation language (DML) operations
第24题:
completes a transaction on a table
modifies the structure and data in a table
modifies the data but not the structure of a table
modifies the structure but not the data of a table