Databases: Teradata and Legacy DB2 Concepts

Quiz covering database concepts, Teradata utilities and architecture, and DB2 management tools and privileges (includes some legacy tool references)

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following privilege is required to create a new package in a database?

  1. CONTROL
  2. BIND
  3. EXECUTE
  4. BINDADD
Question 2 Multiple Choice (Single Answer)

Which of the following privilege is required to create a new package in a database?

  1. CONTROL
  2. BIND
  3. EXECUTE
  4. BINDADD
Question 3 Multiple Choice (Single Answer)

Which of the following statement will NOT allow db2user to grant the privileges specified in the statement to others?

  1. GRANT INDEX ON employee TO db2user WITH GRANT OPTION
  2. GRANT UPDATE (salary, bonus) ON employee TO PUBLIC WITH GRANT
  3. GRANT CONTROL ON employee TO PUBLIC WITH GRANT OPTION
  4. GRANT ALTERIN, CREATEIN, DROPIN ON schema1 TO db2user WITH GRANT
Question 4 Multiple Choice (Single Answer)

Which of the following statement is NOT a valid method of authentication that can be used by DB2 UDB VERSION8?

  1. SERVER
  2. SERVER_ENCRYPT
  3. CLIENT
  4. DCS
Question 5 Multiple Choice (Single Answer)

Assuming User1 has no privileges/Authorities , which of the following will only Allow USER1 to add data to table EMPLOYEE

  1. CONTROL
  2. UPDATE
  3. INSERT
  4. INSERT WITH GRANT OPTION
Question 6 Multiple Choice (Multiple Answers)

In a client-server environment, which two of the following can be used to verify passwords?

  1. System Catalog
  2. Client Applications
  3. Client Operating Systems
  4. Application Server
Question 7 Multiple Choice (Single Answer)

What is the prefix key for executing an OS command in the DB2 CLP?

  1. &
  2. %
  3. !
  4. @
Question 8 Multiple Choice (Single Answer)

Which of the following command is used to disconnect from the database and end the db2bp process from DB2 CLP?

  1. QUIT
  2. END
  3. TERMINATE
  4. LOGOFF
Question 9 Multiple Choice (Single Answer)

Which of the following tool can be used to monitor the state of the DB2 environment?

  1. Task Center
  2. Command Center
  3. Health Center
  4. Control Center
Question 10 Multiple Choice (Single Answer)

DB2 Extenders can handle non-traditional data. Which of the following type of data can Extenders not handle?

  1. XML
  2. File
  3. Spatial data
  4. Music
Question 11 Multiple Choice (Single Answer)

what is the type of lock that prevents all other types of lock ?

  1. Inclusive
  2. Exclusive
  3. Read
  4. Write
Question 12 Multiple Choice (Single Answer)

What is the teradata utility that can continuously load data into tables?

  1. Fastexp
  2. Fastload
  3. Multiload
  4. Tpump
Question 13 Multiple Choice (Single Answer)

What is the teradata utility that load data into empty tables?

  1. Fastexp
  2. Fastload
  3. Multiload
  4. Bteq
Question 14 Multiple Choice (Single Answer)

What is the limit of the no of columns on a primary key in relational model?

  1. 16
  2. 32
  3. 64
  4. There is no limit on the no. of columns.
Question 15 Multiple Choice (Multiple Answers)

Which of the following tables could be used for a user who wants to create a small Temporary table with Spool Space?

  1. Derived Table
  2. Volatile Table
  3. Global Temporary Table
  4. None
Question 16 Multiple Choice (Single Answer)

Teradata runs on which architecture ?

  1. shared memory
  2. shared nothing
  3. shared everything
  4. shared all
Question 17 Multiple Choice (Single Answer)

What is the teradata utility that restricts queries based on threshold values ?

  1. Teradata Manager
  2. DBQM
  3. Queryman
  4. Teradata Warehouse builder
Question 18 Multiple Choice (Single Answer)

Teradata Company founded in..?

  1. 1981
  2. 1978
  3. 1979
  4. 1989
Question 19 Multiple Choice (Single Answer)

What does the ‘Help Table’ display?

  1. Column names, data type, Comments
  2. Column names, Indexes, data types, Comments
  3. Displays the table id, Column names, data types, Comments
  4. Tell the session number of the user
Question 20 Multiple Choice (Single Answer)

Which operator will be evaluated first in the following SELECT statement?

  1. +
  2. *
  3. -
  4. /