Foreign Keys in CockroachDB
Introduction In this document we will learn to normalize with foreign keys in a CockroachDB database via one-to-many relationships. Before relational databases were put into use, we stored data similar to how you have seen in a spreadsheet, where you often have duplicate data like – say – customer names. Imagine a table called “tblOrders” … Continued