Database Systems: Oracle, Teradata, and DB2
Quiz covering database concepts, utilities, and features across Oracle, Teradata, and DB2 database systems
Questions
Where would the SQL error code (SQLSTATE/SQLCODE) be reported
- in the SQLDA data structure
- in the SQLCA data structure
- in the DB configuration file
- in the event monitor log
What does QMF stands for
- Query Manager Facility
- Query Management Factor
- Query Management Facility
- None of the above
What does SQLCA stands for
- SQL Communications Area
- SQL Control Area
- SQL Connection Area
- SQL Control Access
What does DCLGEN stands for
- Declaration General
- Data Control Language Generator
- DB2 Control Region
- Declaration Generator
What does DB2I stands for
- DB2 Interchange
- DB2 Information
- DB2 Intercative
- DB2 Init
Which Database Services component manages the physical database
- DBRM
- Buffer Manager
- Runtime Supervisor
- Data Manager
A VIEW MAY NOT CONTAIN
- INDICES
- COLUMNS
- ROWS
- NONE OF THE ABOVE
TOTAL DATA CAPACITY IN TERADATA
- 64 GB PER AMP
- 120 GB PER AMP
- 32 GB PER AMP
- 16 GB PER AMP
FASTLOAD WORKS IN FIVE PHASES
- True
- False
HASH JOINS ARE FASTER THAN MERGE JOINS
- True
- False
______ IS USED TO STORE SUCCESSFUL CHECK POINTS DURING LOAD PROCESSING
- WORK TABLE
- LOG TABLE
- UV TABLE
- ERROR TABLE
MULTILOAD ALLOW NON UNIQUE SECONDARY INDEX
- True
- False
WHICH UTILITY IS USEFUL FOR REAL TIME APPLICATIONS
- TPUMP
- FASTEXPORT
- BTEQ
- FASTLOAD
DATA IS DISTRIBUTED BASED ON PARTITIONS IN A PPI TABLE
- True
- False
THE FINEST LEVEL OF GRANULARITY POSSIBLE IN TERADATA COMPRESSION IS
- ROW LEVEL
- BLOCK LEVEL
- FIELD COMPRESSION
- COLUMN LEVEL
Can you delete a column in table with data in Oracle?
- True
- False
Maximum number of columns in a table or view in Oracle?
- 500
- 100
- 800
- 1000
While doing an ascending order sort on a column having NULL values, where does the NULLs show up in the result set?
- Last
- Beginning
- NULLs wont be displayed
- Cant say
How to see the time of execution of an SQL Statement.
- set timing on select * from EMP
- set time on select * from EMP
- time on select * from EMP
- set timings on select * from EMP
What is the Datatype of NULL in Oracle?
- Long
- Int(0)
- Char(0)
- Binary