Pergunta de entrevista da empresa 64squares

What is Unique key in sql?

Resposta da entrevista

Sigiloso

29 de jan. de 2025

A unique key in SQL is the set of fields or columns of a table that helps us uniquely identify records. The unique key guarantees the uniqueness of the columns in the database. It is similar to the primary key but can accept a null value.