NPS (Netezza Performance Server) Database Administration

Quiz covering NPS database administration including nzsql commands, table operations, distribution keys, data types, and system architecture concepts

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

In NPS, the max number of columns that can be used for a distribution key?

  1. 2
  2. 3
  3. 4
  4. 5
Question 2 True/False

In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table

  1. True
  2. False
Question 3 True/False

In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table

  1. True
  2. False
Question 4 True/False

In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new.

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

In NPS the minimum NPS row overhead is how many bytes

  1. 22
  2. 24
  3. 26
  4. 28
Question 6 True/False

In NPS, boolean data types make good distribution keys

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

In NPS, broadcasting of a table means

  1. Sending data to all SPUs by SMP host
  2. Sending data to all SPUs by user
  3. Sending data to all SPUs by Operating system
  4. Sending data to SMP host by SPUs
Question 8 Multiple Choice (Single Answer)

In NPS, by default, what is used to signal the end of a line or SQL command within an nzsql session?

  1. single quote
  2. semicolon
  3. double quote
  4. colon
Question 9 Multiple Choice (Single Answer)

In NPS, in 'nzsql' the command to list a user's permission is.

  1. \du
  2. \dpu
  3. \dt
  4. \d
Question 10 True/False

In NPS, 'nzsql -d' will list all the databases

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

In NPS, the max number of columns that can be used for a distribution key?

  1. 2
  2. 3
  3. 4
  4. 5
Question 12 Multiple Choice (Single Answer)

An NPS 10600 has how many SPU's

  1. 672
  2. 674
  3. 676
  4. 678
Question 13 True/False

In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table

  1. True
  2. False
Question 14 True/False

In NPS, boolean data types make good distribution keys

  1. True
  2. False
Question 15 True/False

In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new.

  1. True
  2. False
Question 16 True/False

In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new

  1. True
  2. False
Question 17 True/False

In NPS , 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table

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

In NPS, the minimum size of an extent on a SPU is:

  1. 2 mb
  2. 3 mb
  3. 4 mb
  4. 5 mb
Question 19 True/False

In NPS, the nzsql internal command '\d' describes an object.exampl \d customer will describe customer table

  1. True
  2. False
Question 20 True/False

NPS, the nzsql internal command '\du' displays list of all defined users

  1. True
  2. False