Teradata Database Utilities
Quiz covering Teradata database utilities including BTEQ, FastLoad, FastExport, MultiLoad, and TPump, along with SQL DML concepts
Questions
If BTEQ terminates abnormally, all rows (which are in SPOOL) are discarded
- True
- False
FastExport does NOT support error files or error limits
- True
- False
More than one data type conversion is allowed per column during a FastLoad
- True
- False
The MultiLoad DELETE mode is used to perform a global (all AMP) delete on just one table.
- True
- False
TPump does not allow Non-Unique Secondary Indexes
- True
- False
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.
- Record Mode
- Field Mode
- DIF Mode
- Query Mode
The .LOGOFF is optional in BTEQ
- True
- False
Explain QUIT command in BTEQ.
- End the current session or sessions and exit BTEQ
- End the current session or sessions, but do not exit BTEQ
- Immediately end the current session or sessions and exit BTEQ
- Abort any and all active running requests and transactions and EXIT BTEQ
You can over-ride the standard error codes at the time you terminate BTEQ
- True
- False
BTEQ can be used to submit SQL in a batch environment only
- True
- False
FastExport can also export from multiple tables during a single operation
- True
- False
Below DML Commands supported within the FastExport task
- Delete
- Select
- Update
- Insert
Which of the below command defines the client file that provides the USING data values for the SELECT statement
- Import
- Accept
- Layout
- Export
All Fastexport Commans should start with a period ( . ) character
- True
- False
The default value for SLEEP command in Fastexprot is
- 6
- 9
- 5
- 10
We can use Group functions in the WHERE clause
- True
- False
We can use MIN and MAX for any
- Numeric data
- Data type
- Char data
- None of the Above
You can update more than 1 row in a table with one update syntax
- True
- False
Delete from Employee where grade = ‘Y’” deletes
- All rows of the Employee table
- Rows of the Employee table where the set grade is ‘Y’
- Delete 1 row
- Nothing will be deleted
Which keyword used in DML statements prohibits you from changing rows that are not in the sub-query?
- CHECK keyword
- WITH CHECK keyword
- WITH CHECK OPTION keyword
- None of the Above