Basic Concepts
Learn a few basic concepts of database relationships in Spring.
Primary key
A primary key is used to uniquely identify a row in a table. The id column in the player table shown below acts as a unique identifier for all records. No two records can have the same primary key value.
Get hands-on with 1400+ tech skills courses.