Which utility is used to insert bulk amount of data in to a table.

  1. LOAD

  2. UNLOAD

  3. INSERT

  4. RUNSTATS


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of inserting data into a table.

Option A) LOAD - This option is correct because the LOAD utility is used to insert a bulk amount of data into a table. The LOAD utility is typically used for loading large amounts of data efficiently and quickly.

Option B) UNLOAD - This option is incorrect. The UNLOAD utility is used to extract data from a table and create a data file.

Option C) INSERT - This option is incorrect. The INSERT statement is used to insert individual rows of data into a table, not a bulk amount of data.

Option D) RUNSTATS - This option is incorrect. The RUNSTATS utility is used to collect statistics about tables and indexes, but it is not used for inserting data.

The correct answer is A) LOAD. This option is correct because the LOAD utility is used to insert a bulk amount of data into a table.

Find more quizzes: