Complaint about my code-generation strategy to implement many-to-many associations in relational databases
I got a complaint about the translation of many-to-many UML associations to SQL tables in my UMLtoSQL online service . More specifically, the complaint was that in the translation of this UML class diagram: the Recommends association was implemented as an independent...UML class diagrams are easier to understand than ER diagrams
An empirical study show that UML is more comprehensible than the ER language
On commit triggers – Am I the only one missing them?
Neither the SQL standard nor any of the major database vendors provide an ON COMMIT trigger (i.e. a trigger that fires when a transaction commits). The only exception (AFAIK) is Firebird
Recent Comments