Computer Knowledge
Database Management Systems
5,543 Questions
Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.
E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database
Database Management Systems Questions
-
Domains
-
Documentation
-
Data Models
-
Dynpro
A
Correct answer
Explanation
In the SAP ABAP Data Dictionary, domains are the fundamental building blocks that define technical attributes (data type, length, output format) of table fields. Documentation, Data Models, and Dynpros are separate dictionary objects that depend on or reference domains.
-
Sun One LDAP
-
Domino LDAP
-
MS-Active Directory
-
Sun Web LDAP
C
Correct answer
Explanation
MS-Active Directory is commonly used as the LDAP directory service for authentication and user identity management (SUID / Single User ID integration) in enterprise environments. Sun One LDAP, Domino LDAP, and Sun Web LDAP are distinct LDAP implementations but not the standard answer for this specific integration context.
-
Database logs
-
TMA Logs and XML's
-
Transaction Logs
-
TMA code
B
Correct answer
Explanation
When TMA transactions fail, the primary troubleshooting location is the TMA logging system. TMA logs capture both error details and the XML payloads being transmitted, allowing you to pinpoint exactly where and why the transaction failed. Database logs and transaction logs won't show TMA-specific communication issues.
-
Database is down
-
TMA or the destination system is down
-
TMA server not running
-
Destination system is not running
B
Correct answer
Explanation
A Connection refused exception in socket programming indicates the target system is not accepting connections. In the TMA context, this typically means either the TMA router itself or the destination system is down. The error specifically points to communication layer issues rather than database problems or individual component failures.
-
Parall architecture
-
Serial architecture
-
Scalability
-
Performacnce
A
Correct answer
Explanation
Teradata achieves its high performance for OLAP workloads through its Massively Parallel Processing (MPP) architecture. This allows multiple processors to work on different parts of a query simultaneously, distributing the workload across many nodes.
-
UNIX-MPRAS
-
UNIX-LINUX
-
UNIX-AIX
-
UNIX-HP-UX
-
Fastload
-
Multiload
-
FastExport
-
Datastage
D
Correct answer
Explanation
Teradata Tools and Utilities (TTU) is a collection of client applications for loading and extracting data from Teradata databases. FastLoad, MultiLoad, and FastExport are all core TTU components, while DataStage is an IBM ETL product that competes with Teradata utilities rather than being part of TTU.
-
SQL assistant
-
BTEQ
-
PMON
-
Statistics wizard
C
Correct answer
Explanation
PMON (Performance Monitor) is a command-line or graphical tool specifically designed to monitor sessions, processes, and resource usage in a Teradata database. SQL Assistant and BTEQ are query execution tools, and Statistics Wizard is used for managing statistics, not for real-time process monitoring.
A
Correct answer
Explanation
Teradata is a Massively Parallel Processing (MPP) system designed for data warehousing and analytical processing (OLAP), not transaction processing (OLTP). OLAP involves complex queries on large historical datasets, which is Teradata's strength.
A
Correct answer
Explanation
UPI (Unique Primary Index) in Teradata is equivalent to a Primary Key in Oracle - both enforce uniqueness and are used for data distribution. A regular PI (without uniqueness) is not equivalent to a PK.
-
Fastload
-
MultiLoad
-
FastExport
-
TPUMP
B
Correct answer
Explanation
MultiLoad is designed for loading data into already populated tables (UPDATE/INSERT/DELETE operations). FastLoad is for empty tables only, FastExport is for extracting data, and TPUMP is for real-time trickle feed.
A
Correct answer
Explanation
FSLDM (Financial Services Logical Data Model) is Teradata's industry-specific logical data model designed for financial markets and banking institutions. It provides pre-defined schemas for common financial entities like customers, accounts, transactions, and risk management. HCLDM, RLDM, and CLDM are not standard Teradata logical data models.
C
Correct answer
Explanation
Teradata MultiLoad supports loading, inserting, updating, or deleting data in up to 5 target tables within a single MultiLoad utility execution job, which helps optimize resource consumption.