Ionescu Victor

Greenhorn
+ Follow
since Jan 07, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ionescu Victor

The problem might not be so simple to adress. Suppose I work with a legacy database and I have a readonly table (imported from a back-office) and I don't want to access individual rows in that table (I want just to list the records obtained form a join).
So: I can't add surogate key (I can't change the database) and I don't have a natural (business) key.
What about that?