🎴 Flashcard Mode

Oracle Database Fundamentals and SQL

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which of the following tools can NOT be used to catalog a database?

AnswerClick to flip back
A
SQL Assist
💡 Explanation:

Cataloging a database makes it known to the DB2 system and adds an entry to the system database directory. Control Center, Configuration Assistant, and Command Line Processor (CLP) can all catalog databases. SQL Assist is a coding helper feature within tools that provides SQL syntax help and autocompletion - it cannot perform administrative operations like cataloging.

Change Mode