Re: Semantic usage of Insert and Update is wrong
Posted by:
Zu Kote
Date: May 11, 2025 01:13AM
Interesting perspective. I agree that from a conceptual or even logical modeling standpoint, treating INSERT as the initializer and UPDATE as the modifier makes sense. But as you noted, SQL doesn't enforce that semantic boundary—INSERT always creates a new row, regardless of what's partially populated, and there's no native mechanism for "filling in the blanks" of an existing row without using UPDATE. I suppose that’s one of the trade-offs between theoretical data modeling and practical implementation.
Subject
Written By
Posted
Re: Semantic usage of Insert and Update is wrong
May 11, 2025 01:13AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.