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)
Questions
Which of the following privilege is required to create a new package in a database?
- CONTROL
- BIND
- EXECUTE
- BINDADD
Which of the following privilege is required to create a new package in a database?
- CONTROL
- BIND
- EXECUTE
- BINDADD
Which of the following statement will NOT allow db2user to grant the privileges specified in the statement to others?
- GRANT INDEX ON employee TO db2user WITH GRANT OPTION
- GRANT UPDATE (salary, bonus) ON employee TO PUBLIC WITH GRANT
- GRANT CONTROL ON employee TO PUBLIC WITH GRANT OPTION
- GRANT ALTERIN, CREATEIN, DROPIN ON schema1 TO db2user WITH GRANT
Which of the following statement is NOT a valid method of authentication that can be used by DB2 UDB VERSION8?
- SERVER
- SERVER_ENCRYPT
- CLIENT
- DCS
Assuming User1 has no privileges/Authorities , which of the following will only Allow USER1 to add data to table EMPLOYEE
- CONTROL
- UPDATE
- INSERT
- INSERT WITH GRANT OPTION
In a client-server environment, which two of the following can be used to verify passwords?
- System Catalog
- Client Applications
- Client Operating Systems
- Application Server
What is the prefix key for executing an OS command in the DB2 CLP?
- &
- %
- !
- @
Which of the following command is used to disconnect from the database and end the db2bp process from DB2 CLP?
- QUIT
- END
- TERMINATE
- LOGOFF
Which of the following tool can be used to monitor the state of the DB2 environment?
- Task Center
- Command Center
- Health Center
- Control Center
DB2 Extenders can handle non-traditional data. Which of the following type of data can Extenders not handle?
- XML
- File
- Spatial data
- Music
what is the type of lock that prevents all other types of lock ?
- Inclusive
- Exclusive
- Read
- Write
What is the teradata utility that can continuously load data into tables?
- Fastexp
- Fastload
- Multiload
- Tpump
What is the teradata utility that load data into empty tables?
- Fastexp
- Fastload
- Multiload
- Bteq
What is the limit of the no of columns on a primary key in relational model?
- 16
- 32
- 64
- There is no limit on the no. of columns.
Which of the following tables could be used for a user who wants to create a small Temporary table with Spool Space?
- Derived Table
- Volatile Table
- Global Temporary Table
- None
Teradata runs on which architecture ?
- shared memory
- shared nothing
- shared everything
- shared all
What is the teradata utility that restricts queries based on threshold values ?
- Teradata Manager
- DBQM
- Queryman
- Teradata Warehouse builder
Teradata Company founded in..?
- 1981
- 1978
- 1979
- 1989
What does the ‘Help Table’ display?
- Column names, data type, Comments
- Column names, Indexes, data types, Comments
- Displays the table id, Column names, data types, Comments
- Tell the session number of the user
Which operator will be evaluated first in the following SELECT statement?
- +
- *
- -
- /