✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Gegeben sei die Relation actual_trip (scheduled_trip, day). Folgendes ist eine gültige vertikale Fragmentierung.
actual_trip_1 = SELECT scheduled_trip FROM actual_trip;actual_trip_2 = SELECT day FROM actual_trip;
---
Given the relation actual_trip (scheduled_trip, day), the following is a valid vertical fragmentation.
actual_trip_1 = SELECT scheduled_trip FROM actual_trip;actual_trip_2 = SELECT day FROM actual_trip;