I would start by reading 'The Fundamentals of Relational Database Design' to make sure you understand how relational databases work. Then I would make sure that the table really needs to be split up. If it does, I would write down all the existing fields and determine which table they should go into and how the key fields relate to each other. Then I would write some insert statements to take the existing information and insert it all into the new tables.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.