Data Warehousing and Database Concepts
Covers data warehouse concepts, SQL commands and functions, database management, indexing, and data mining techniques used in data warehousing environments.
Questions
Which of the following commands is used in SQL to alter the definition of already existing table?
- Create table
- Insert into
- Commit
- Alter table
Which of the following transaction control commands defines breakpoints for the transaction to allow partial rollbacks?
- Commit
- Savepoint
- Rollback
- None of these
Which of the following commands is used to delete table/view/synonym in SQL?
- Drop
- Delete
- Destroy
- None of these
Which of the following is a collection of subject areas organized for decision support based on the needs of a given department?
- Data warehouse
- Data mart
- Meta data
- None of these
Which of the following constraints has to be used to assign pre-specified value to any column in SQL?
- Check constraint
- Primary key constraint
- Default constraint
- Unique constraint
Which of the following data mining techniques places records into groups with similar characteristics?
- Association
- Clustering
- Sequential pattern
- None of these
Which of the following views in Data Dictionary is a powerful set of views that allows those who may access it to see all database objects in the entire database?
- USER
- DBA
- ALL
- None of these
Which of the following is the sorted list of data from one or more columns in the tables that are commonly used as selection criteria?
- Table
- View
- Index
- Synonym
Which of the following data warehouse requirements ensures the server and the hardware to be enough to store your entire data warehouse?
- Performance
- Scalability
- Open interface
- Capacity
Which of the following functions is used in SQL to return sign of a given number?
- ROUND()
- TRUNC()
- MOD()
- SIGN()
Which of the following data is typically stored in the format that makes analysis much easier in Data warehousing concepts?
- Operational data
- Informational data
- Data mart
- None of these
Which of the following indexing methods involves building a stream of bits, where each bit relates to a column in a single row of a table?
- Primary indexing
- Bit-mapped indexing
- Secondary indexing
- None of these
Which of the following functions is used to convert a given string into equivalent number in SQL?
- NVL
- TO-CHAR()
- TO-NUMBER()
- TO-DATE()
Which of the following functions is used to fill extra characters to a given string on the left-hand side having the specified total width of the string?
- RPAD()
- LPAD()
- CONCAT()
- None of these
Which of the following programming approaches revolves around recognising the occurrence of events and then responding to those events by taking appropriate actions?
- Top-down approach
- Bottom-up approach
- Event-driven approach
- None of these