I have a table which has 350 columns and around 10000 rows. Now I need to break it into multiple tables and also manage data across all the tables with accuracy.
Asked
Active
Viewed 301 times
0
-
Please refer to post for vertical partitioning concept. https://stackoverflow.com/questions/18302773/what-are-horizontal-and-vertical-partitions-in-database-and-what-is-the-differen – Udai Krishnan Apr 04 '18 at 07:21
-
Is there anything stopping you to do the above task? – Thangadurai Apr 04 '18 at 07:21
-
Possible duplicate of [What are horizontal and vertical partitions in database and what is the difference?](https://stackoverflow.com/questions/18302773/what-are-horizontal-and-vertical-partitions-in-database-and-what-is-the-differen) – Brian Tompsett - 汤莱恩 Apr 04 '18 at 07:54