A direct-load insert can be invoked by suing the APPEND hint.
Inserting using the NOLOGGING option is the default for direct-load inserts.
All data loaded using direct-load insert is loaded below the high-water mark.
An object that is modifies using parallel direct-load can be queried within the same Transaction.
第1题:
Which of the following can be used to insert a new line below the current line inside a vi session?()
第2题:
Which two statements are true with regard to policy ordering? ()(Choose two.)
第3题:
Which object privileges can be granted on a view? ()
第4题:
Which two statements are true regarding the USING and ON clauses in table joins?()
第5题:
The user HR owns the EMP table. The user HR grants privileges to the user SCOTT by using this command: SQL> GRANT SELECT,INSERT,UPDATE ON emp TO scott WITH GRANT OPTION; The user SCOTT executes this command to grant privileges to the user JIM: SQL> GRANT SELECT,INSERT,UPDATE ON hr.emp TO jim; Now, the user HR decides to revoke privileges from JIM using this command: SQL> REVOKE SELECT,INSERT,UPDATE ON emp FROM jim; Which statement is true after HR issues the REVOKE command()
第6题:
Examine the following statement that is used to modify the primary key constraint on the SALES table: SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE; Which three statements aretrue regarding the above command()
第7题:
none
DELETE, INSERT,SELECT
ALTER, DELETE, INSERT, SELECT
DELETE, INSERT, SELECT, UPDATE
第8题:
The constraint remains valid.
The index on the constraint is dropped.
It allows the loading of data into the table using SQL *Loader.
New data conforms to the constraint, but existing data is not checked.
It allows the data manipulation on the table using INSERT/UPDATE/DELETE SQL statements.
第9题:
Both USING and ON clauses can be used for equijoins and nonequijoins
Amaximum of one pair of columns can be joined between two tables using the ON clause
The ON clause can be used to join tables on columns that have different names but compatible data types
The WHERE clause can be used to apply additional conditions in SELECT statements containing the ON or the USING clause
第10题:
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.
第11题:
Once saved, a rescue configuration is loaded using the rollback 0 command.
The rescue configuration must contain the minimal elements necessary to restore network connectivity.
A minimal rescue configuration is defined by default.
A rescue configuration must include a root password.
第12题:
A direct-load insert can be invoked by suing the APPEND hint.
Inserting using the NOLOGGING option is the default for direct-load inserts.
All data loaded using direct-load insert is loaded below the high-water mark.
An object that is modifies using parallel direct-load can be queried within the same Transaction.
第13题:
Which two statements are true regarding rescue configurations?()
第14题:
Which three are true?()
第15题:
You need to give the MANAGER role the ability to select from, insert into, and modify existing rows in the STUDENT_GRADES table. Anyone given this MANAGER role should be able to pass those privileges on to others. Which statement accomplishes this? ()
第16题:
What is true regarding direct-load insert?()
第17题:
Examine the following statement that is used to modify the constraint on the SALES table: SQL> ALTER TABLE SALES MODIFY CONSTRAINT pk DISABLE VALIDATE; Which three statements are true regarding the above command()
第18题:
You need to cleanse and standardize the data on potential survey participants prior to inserting it into the staging database. What should you do?()
第19题:
The last policy is the default policy, which allows all traffic.
The order of policies is not important.
New policies are placed at the end of the policy list.
The insert command can be used to change the order.
第20题:
o
a
p
A
第21题:
Import the data into a staging table by using the OPENROWSET BULK statement. Execute a Transact-SQL stored procedure to cleanse the data and to insert the data into the database.
Import the data into a staging table by using the BULK INSERT statement. Execute a Transact-SQL stored procedure to cleanse the data and to insert the data into the database.
Create a SQL Server Integration Services (SSIS) package to import, standardize, and cleanse the data.
Create a CLR stored procedure to import the data into a staging table, to cleanse and standardize the data, and to insert the data into the database.
第22题:
The command fails because SCOTT still has privileges.
The command succeeds and privileges are revoked from JIM.
The command fails because HR cannot revoke the privileges from JIM.
The command succeeds and only HR has the privilege to perform the SELECT, INSERT, and UPDATEoperations on the EMP table.
第23题:
The constraint remains valid.
The index on the constraint is dropped.
It allows the loading of data into the table using SQL*Loader.
New data conforms to the constraint, but existing data is not checked
It allows the data manipulation on the table using INSERT/UPDATE/DELETE SQL statements.
第24题:
GRANT select, insert, update ON student_grades TO manager
GRANT select, insert, update ON student_grades TO ROLE manager
GRANT select, insert, modify ON student_grades TO manager WITH GRANT OPTION;
GRANT select, insert, update ON student_grades TO manager WITH GRANT OPTION;
GRANT select, insert, update ON student_grades TO ROLE manager WITH GRANT OPTION;
GRANT select, insert, modify ON student_grades TO ROLE manager WITH GRANT OPTION;