Database - Physical Database Design - Discussion

Discussion Forum : Physical Database Design - True or False (Q.No. 10)
10.
Distributing the columns of a table into several separate physical records is known as horizontal partitioning.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Taiyaba said:   8 years ago
Horizontal partitioning divides a table into multiple tables. Each table then contains the same number of columns, but fewer rows.

Vertical partitioning divides a table into multiple tables that contain fewer columns.

Post your comments here:

Your comments will be displayed after verification.