Examine this table definition:
The table must always remain a valid document store collection. What restriction does this impose on any added column?
The column must be a generated column referencing any attribute of doc.
The column must have a default value.
The column must be used in a unique constraint.
The column must be a generated column referencing only an existing attribute of doc.
The column must be indexed.
Submit