Middle
Can a primary key consist of a single field?
sobes.tech AI
Answer from AI
Yes, a primary key in a database can consist of a single field. This is the most common case, where the unique identifier of each record is represented by a single column, for example, ID. Such a key guarantees the uniqueness of each row and is used for quick searches and references from other tables.