In the previous lesson we introduced the notion of PRIMARY KEY to identify a row uniquely in a table. We illustrated also how to define the PRIMARY KEY of a table in PostgreSQL. In this lesson, we'll ...