🎴 Flashcard Mode

SQL Group Functions and Database Operations

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Explicit Defaults can be used in

AnswerClick to flip back
A
Both of the Above
💡 Explanation:

Explicit Defaults feature in Oracle allows you to explicitly specify default column values. You can use explicit defaults in INSERT statements (to use default value instead of NULL or specified value) and in UPDATE statements (to reset a column to its default using DEFAULT keyword). This provides explicit control over default value application in both INSERT and UPDATE operations.

Change Mode