-
Jul 24th, 2009, 11:49 AM
#1
BATCH_JOB_PARAMS: primary key
Hi,
I read your philosophy on not having a primary key on this table.
But is it correct?
In our application, transaction tables like this always have a (surrogate) primary key.
Thoughts?
Thanks,
Deva
-
Jul 26th, 2009, 03:44 PM
#2
Feel free to add a primary key if you wish. The natural key is (JOB_INSTANCE_ID,KEY_NAME). If you have an auto-incrementing platform you can also use a surrogate key if you wished. We never claim that the DDL samples we provide are perfect, or adequate for all purposes, but they work and are at least a good starting point.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules