Viewing 5 posts - 1 through 5 (of 5 total)
How does such bad design and missing constraint get into Dbs that allow duplicates to get into databases in the first place? Heard of Primary Keys (oh, some people make...
December 21, 2004 at 11:54 am
give an example of that dataset. I think I can help. Send to anup@semiprecious.com as well.
July 28, 2004 at 9:53 pm
The better thing to do would be to find existing field(s) whose combination will define the entity that table is tracking. Then make that combination or single field a primary...
July 1, 2004 at 3:33 am
I have a commment on the definition of the PK. Why do DB designers make artificial keys as PKs? You know you can just make it a constraint or a unique...
June 18, 2004 at 7:52 am
Without an index, the table has no way to convey information from your client to the server (what you see is records thrown to your screen from a server far...
May 21, 2004 at 12:58 am
Viewing 5 posts - 1 through 5 (of 5 total)