File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ of either the primary key or a foreign key.
94942 . All common attributes in the two relations must be of a compatible datatype for
9595equality comparisons.
9696
97- <<<<<<< HEAD
9897## Restriction
9998
10099The restriction operator ` A & cond ` selects the subset of entities from ` A ` that meet
@@ -394,10 +393,3 @@ dj.U().aggr(Session, n="max(session)") # (3)
394393` dj.U() ` , as shown in the last example above, is often useful for integer IDs.
395394For an example of this process, see the source code for
396395[ Element Array Electrophysiology's ` insert_new_params ` ] ( https://datajoint.com/docs/elements/element-array-ephys/latest/api/element_array_ephys/ephys_acute/#element_array_ephys.ephys_acute.ClusteringParamSet.insert_new_params ) .
397- =======
398- These restrictions are introduced both for performance reasons and for conceptual
399- reasons.
400- For performance, they encourage queries that rely on indexes.
401- For conceptual reasons, they encourage database design in which entities in different
402- tables are related to each other by the use of primary keys and foreign keys.
403- >>>>>>> master
You can’t perform that action at this time.
0 commit comments