Drop dependencies
Reveal answer
Fill a bubble to check yourself
Drop dependencies
A. STORAGE GROUP -->DATABASE --> TABLESPACE -->TABLE--> VIEW
B.TABLESPACE -> DATABASE-> TABLE-> VIEW--> STORAGE GROUP
C. DATABASE --> TABLE --> TABLE SPACE --> VIEW-->STORAGE GROUP
D. VIEW --> TABLE --> DATABASE--> TABLE SPACE --> STORAGE GROUP
The correct hierarchy in database storage organization is Storage Group (physical containers) → Database (logical grouping) → Tablespace (storage organization) → Table (actual data) → View (virtual table representation). This represents the progression from physical storage containers to logical database structures, with views being derived from tables.