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.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.