🎴 Flashcard Mode
SQL and RDBMS Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Identify the logical components of the database. Choose all that apply.
AnswerClick to flip back
A
Database
B
Table
C
Schema
💡 Explanation:
Logical components are conceptual structures that organize data: the Database is the overall container, Tables store structured data in rows and columns, and Schemas group related objects logically. Physical components like Datafiles, Controlfiles, and Redolog Groups are actual files on disk that implement these logical structures.