NPS (Netezza Performance Server) Database Administration
Quiz covering NPS database administration including nzsql commands, table operations, distribution keys, data types, and system architecture concepts
Questions
In NPS, the max number of columns that can be used for a distribution key?
- 2
- 3
- 4
- 5
In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table
- True
- False
In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table
- True
- False
In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new.
- True
- False
In NPS the minimum NPS row overhead is how many bytes
- 22
- 24
- 26
- 28
In NPS, boolean data types make good distribution keys
- True
- False
In NPS, broadcasting of a table means
- Sending data to all SPUs by SMP host
- Sending data to all SPUs by user
- Sending data to all SPUs by Operating system
- Sending data to SMP host by SPUs
In NPS, by default, what is used to signal the end of a line or SQL command within an nzsql session?
- single quote
- semicolon
- double quote
- colon
In NPS, in 'nzsql' the command to list a user's permission is.
- \du
- \dpu
- \dt
- \d
In NPS, 'nzsql -d' will list all the databases
- True
- False
In NPS, the max number of columns that can be used for a distribution key?
- 2
- 3
- 4
- 5
An NPS 10600 has how many SPU's
- 672
- 674
- 676
- 678
In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table
- True
- False
In NPS, boolean data types make good distribution keys
- True
- False
In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new.
- True
- False
In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new
- True
- False
In NPS , 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table
- True
- False
In NPS, the minimum size of an extent on a SPU is:
- 2 mb
- 3 mb
- 4 mb
- 5 mb
In NPS, the nzsql internal command '\d' describes an object.exampl \d customer will describe customer table
- True
- False
NPS, the nzsql internal command '\du' displays list of all defined users
- True
- False