|
|
|
|
|
by tabtab
3191 days ago
|
|
Most NOSQL databases are non-relational such that you have to deal with "impedance mismatches". They can have duplicate columns and duplicate rows, for example, which SQL itself is not designed to handle without adding ugly kludges. It's even messier for writes. I didn't mention it due to posting size limits, but each Dynamic Relational table has an auto-generated "ID" column so that each row is unique. Good question! |
|