Vertical partitioning takes columns of a table from one database to place the columns in two or more other databases. Since the data comes from a single table and is maintained in one location, the resulting partitioning is more manageable than in a situation where multiple tables reside in the same database file. Vertical partitioning makes large database systems in particular more manageable.