Netezza Database Administration Quiz
Test your knowledge of Netezza database administration, including nzsql commands, statistics generation, materialized views, and transaction management.
Questions
Materialized Views does not occupy storage like views.
- True
- False
Materialized view create statement cannot have the below clause
- Select
- From
- Where
- All of the above
In order to access a MV, user needs to replace the base table name with the MV name in the query
- True
- False
MV threshold percentage can be set using the below statement
- SET MV DEFAULT MATERIALIZED [REFRESH] THRESHOLD <percentage>
- SET SYSTEM DEFAULT MATERIALIZED [REFRESH] THRESHOLD <percentage>
- SET SYSTEM DEFAULT [REFRESH] THRESHOLD <percentage>
- Any of the above
Which of the below statement is true?
- Row ids are sequential and unique
- Row ids are not sequential but unique
- Row ids are sequential but not unique
- Row ids are neither sequential nor unique
Default value of DeleteXid is
- 0
- 1
- NULL
- None of the above
Xid’s are sequential
- True
- False
In Netezza, User can explicitly lock tables
- True
- False
Records are updated in-place on disk
- True
- False
When insert or load is aborted
- Records inserted till that point are visible to the user
- Records inserted till that point are not visible to the user
- Records inserted till that point is physically delete from the table
- None of the above
User cannot generate statics on a particular column of a table.
- True
- False
Which of the below is not a valid command
- Generate statistics on <Table>
- Generate Express statistics on <Table>
- Generate JIT statistics on <Table>
- None of the above
JIT statistics are generate on the below tables
- External Tables
- Database Tables
- System Tables
- Virtual tables
There is no need to run “Generate statistics” if JIT stats are available on that table
- True
- False
Which of the below command can be used to abort a transaction
- nzstop
- nzsession
- nzstate
- Any of the above
nzsystem command can be used to
- Start the server
- Stop the server
- Show the status of the server
- All of the above
It is not required to generate statistics after nzload
- True
- False
Which of the below is an option of nzsql command to display only records
- -r
- -t
- -c
- None of the above
! is used
- Exit nzsql
- Shell escape or command
- Pause the current query
- None of the above
\ds lists
- Synonyms
- Sequences
- System tables
- None of the above