Difference between horizontal and vertical partitioning - Business analyst

What is the difference between horizontal and vertical partitioning?

- Horizontal partitioning partitions or segments rows into multiple tables with the same columns. On the other hand, vertical partitioning segments columns into multiple tables containing the same rows.

- E.g. of horizontal partitioning :- customers with pin codes less than 50000 are stored in CustomersEast, while customers with pin codes greater than or equal to 50000 are stored in CustomersWest. Here the two partitioning tables can be East and west.

- E.g. of horizontal partitioning: - Splitting of dynamic data and static data.
What are some of the principles of secure coding? - Business analyst
Principles of Secure coding - 1. Principle of least Privilege 2. Principle of exclusive rights 3. Principle of secure memory management 4. Principle of simplicity 5. Principle of Protection....
What is the STRIDE model? - Business analyst
STRIDE model is used to categorize security threats. Each letter in the STRIDE model has a meaning.....
What is code-access security? - Business analyst
Code access security prevents systems from the code being accessed from unknown origins....
Post your comment