In NPS the minimum NPS row overhead is how many bytes
24
26
28
22
In NPS, it's a best practice to use 'rowid' as a primary key in a database table to guarantee quick access
True
False
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
In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new.
In NPS, boolean data types make good distribution keys
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