Teradata Database Utilities

Quiz covering Teradata database utilities including BTEQ, FastLoad, FastExport, MultiLoad, and TPump, along with SQL DML concepts

20 Questions Published

Questions

Question 1 True/False

If BTEQ terminates abnormally, all rows (which are in SPOOL) are discarded

  1. True
  2. False
Question 2 True/False

FastExport does NOT support error files or error limits

  1. True
  2. False
Question 3 True/False

More than one data type conversion is allowed per column during a FastLoad

  1. True
  2. False
Question 4 True/False

The MultiLoad DELETE mode is used to perform a global (all AMP) delete on just one table.

  1. True
  2. False
Question 5 True/False

TPump does not allow Non-Unique Secondary Indexes

  1. True
  2. False
Question 6 Multiple Choice (Single Answer)

There are four export formats that a user can choose depending on the desired output in BTEQ EXPORT function. Three of them are Data mode, Report Mode and Indicator Mode. Choose the fourth one.

  1. Record Mode
  2. Field Mode
  3. DIF Mode
  4. Query Mode
Question 7 True/False

The .LOGOFF is optional in BTEQ

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Explain QUIT command in BTEQ.

  1. End the current session or sessions and exit BTEQ
  2. End the current session or sessions, but do not exit BTEQ
  3. Immediately end the current session or sessions and exit BTEQ
  4. Abort any and all active running requests and transactions and EXIT BTEQ
Question 9 True/False

You can over-ride the standard error codes at the time you terminate BTEQ

  1. True
  2. False
Question 10 True/False

BTEQ can be used to submit SQL in a batch environment only

  1. True
  2. False
Question 11 True/False

FastExport can also export from multiple tables during a single operation

  1. True
  2. False
Question 12 Multiple Choice (Single Answer)

Below DML Commands supported within the FastExport task

  1. Delete
  2. Select
  3. Update
  4. Insert
Question 13 Multiple Choice (Single Answer)

Which of the below command defines the client file that provides the USING data values for the SELECT statement

  1. Import
  2. Accept
  3. Layout
  4. Export
Question 14 True/False

All Fastexport Commans should start with a period ( . ) character

  1. True
  2. False
Question 15 Multiple Choice (Single Answer)

The default value for SLEEP command in Fastexprot is

  1. 6
  2. 9
  3. 5
  4. 10
Question 16 True/False

We can use Group functions in the WHERE clause

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

We can use MIN and MAX for any

  1. Numeric data
  2. Data type
  3. Char data
  4. None of the Above
Question 18 True/False

You can update more than 1 row in a table with one update syntax

  1. True
  2. False
Question 19 Multiple Choice (Single Answer)

Delete from Employee where grade = ‘Y’” deletes

  1. All rows of the Employee table
  2. Rows of the Employee table where the set grade is ‘Y’
  3. Delete 1 row
  4. Nothing will be deleted
Question 20 Multiple Choice (Single Answer)

Which keyword used in DML statements prohibits you from changing rows that are not in the sub-query?

  1. CHECK keyword
  2. WITH CHECK keyword
  3. WITH CHECK OPTION keyword
  4. None of the Above