Hello all,
I have some questions about some of the tables that I am looking at (1) Is it ok to have LastName, FirstName, MiddleInitial in a single column separated by commas? (2) Is it good to have columns such as Problem 1, Problem 2 .. Problem 5 in the table even if the number of problems won't change after some time? What could be the disadvantages of having such columns? (3) 2 or 3 tables in the schema have similar columns like Manager, phone, extension etc ... Is it good to separate out manager details into a new table and reference them with ids?
These tables are currently in an access 2000 database that's going to be migrated to oracle 9i or 10g. The forms reports are referencing these tables. It seems the migration assistant can migrate them all to oracle wihout a big deal. Access queries will be converted to oracle views... Is it required to fix these tables (and reports, forms) in access before migrating to oracle?
Thanks in advance.
I have some questions about some of the tables that I am looking at (1) Is it ok to have LastName, FirstName, MiddleInitial in a single column separated by commas? (2) Is it good to have columns such as Problem 1, Problem 2 .. Problem 5 in the table even if the number of problems won't change after some time? What could be the disadvantages of having such columns? (3) 2 or 3 tables in the schema have similar columns like Manager, phone, extension etc ... Is it good to separate out manager details into a new table and reference them with ids?
These tables are currently in an access 2000 database that's going to be migrated to oracle 9i or 10g. The forms reports are referencing these tables. It seems the migration assistant can migrate them all to oracle wihout a big deal. Access queries will be converted to oracle views... Is it required to fix these tables (and reports, forms) in access before migrating to oracle?
Thanks in advance.