Jump to content

This topic is 6444 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have media databases that I am not sure how to merge and am afraid of messing of the relationship structure:

Table 1 = list of tapes with portal to table 2

Table 2 = contents of tapes

Table 3 = table made from Final Cut Pro columns (we add to this one by importing batch lists made from Final Cut Pro). Each row may have the same tape, but different description of the content at that point in the tape.

Tables 1 and 2 = 1 to many relationship by unique id

How do I get one instance of a tape name from Table 3 into Table 1 and get all of the contents for each tape from Table 3 into Table 2?

The way this database is supposed to work is that for each tape you would be able to see (in the portal) the contents of that tape.

I've already achieved this with the way Tables 1 and 2 are now, but Table 3 doesn't have the unique ID like the others.

Posted

Not really answering your question, but usually raw data is imported into an intermediate table (or file) and then processed (often multiple times) to remove duplicates, generate unique keys, generate summary information and so on, which is then imported into the main tables.

This topic is 6444 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.