146k views
3 votes
Which permission grants access to bulk insert operations?

a. CREATE ANY DATABASE
b. ALTER ANY DATABASE
c. ADMINISTER BULK OPERATIONS
d. CONTROL SERVER

1 Answer

2 votes

Final answer:

The permission that grants access to bulk insert operations is ADMINISTER BULK OPERATIONS.

Step-by-step explanation:

The permission that grants access to bulk insert operations is c. ADMINISTER BULK OPERATIONS.

This permission allows a user to insert multiple records into a table at once, which can be beneficial when dealing with large amounts of data.

For example, if you have a CSV file with thousands of records that you need to insert into a database table, this permission would enable you to perform the operation efficiently.

User Anubha
by
8.4k points