What do atomic values represents?

599    Asked by EndoKobayashi in SQL Server , Asked on Oct 3, 2022

I have read the definition of 1NF which is, "If each attribute of relation is atomic". Please tell me what is Atomic.? 


Atomic value represents to Codd's original notion from 1969 that each attribute in each tuple within a relation should consist of a single value and not allow multivalued structures of the kind supported in databases like the CODASYL model.


In modern SQL DBMSs atomicity isn't really an issue. SQL tables do not allow multivalued columns and values are always "atomic".



Your Answer

Interviews

Parent Categories