File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 742742 "cell_type" : " markdown" ,
743743 "metadata" : {},
744744 "source" : [
745- " We will introduce four major types of queries used in DataJoint:\n " ,
746- " * restriction (`&`) and negative restriction (`-`): filter data\n " ,
747- " * join (`*`): bring fields from different tables together\n " ,
748- " * projection (`.proj()`): focus on a subset of attributes\n " ,
749- " * aggregation (`.aggr()`): simple computation of one table against another table"
745+ " We will introduce significant types of queries used in DataJoint:\n " ,
746+ " * 1. Restriction (`&`) and negative restriction (`-`): filter the data with certain conditions\n " ,
747+ " * 2. Join (`*`): bring fields from different tables together\n " ,
748+ " * 3. Projection (`.proj()`): focus on a subset of attributes\n " ,
749+ " * 4. Fetch (`.fetch()`): pull the data from the database\n " ,
750+ " * 5. Deletion (`.delete()`): delete entries and their dependencies\n " ,
751+ " * 6. Drop (`.drop()`): drop the table from the schema"
750752 ]
751753 },
752754 {
You can’t perform that action at this time.
0 commit comments