🎴 Flashcard Mode

DB2 Database Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which of the following database objects is considered executable using SQL?

AnswerClick to flip back
A
Routine
💡 Explanation:

A routine (such as a stored procedure or user-defined function) is an executable database object containing logic that is run using SQL CALL or SELECT. Tables, views, and packages are metadata or structural components that define data or store compiled code but are not executable.

Change Mode