Relational Databases: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * SQL =TODO= <font color=darkgray> * When persisting objects in a relational database, it is generally a good idea to have one field in the object that uniq...")
 
Line 7: Line 7:


<font color=darkgray>
<font color=darkgray>
* When persisting objects in a relational database, it is generally a good idea to have one field in the object that uniquely identifies the object.
====Object IDs====
When persisting objects in a relational database, it is generally a good idea to have one field in the object that uniquely identifies the object.


</font>
</font>

Revision as of 20:12, 14 October 2018

Internal


TODO

Object IDs

When persisting objects in a relational database, it is generally a good idea to have one field in the object that uniquely identifies the object.