Skip to content

Commit c164981

Browse files
committed
01-Basics: new section 6.Drop listed
1 parent 1034298 commit c164981

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

notebooks/01-DataJoint Basics.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1727,8 +1727,9 @@
17271727
"* 1. Restriction (`&`) and negative restriction (`-`): filter the data with certain conditions\n",
17281728
"* 2. Joining (`*`): bring fields from different tables together\n",
17291729
"* 3. Projection (`.proj()`): focus on a subset of attributes\n",
1730-
"* 4. Fetching (`.fetch()`): pull the data from the database\n",
1731-
"* 5. Deletion (`.delete()`): delete entries and their dependencies"
1730+
"* 4. Fetch (`.fetch()`): pull the data from the database\n",
1731+
"* 5. Deletion (`.delete()`): delete entries and their dependencies\n",
1732+
"* 6. Drop (`.drop()`): drop the table from the schema"
17321733
]
17331734
},
17341735
{
@@ -4352,7 +4353,7 @@
43524353
"cell_type": "markdown",
43534354
"metadata": {},
43544355
"source": [
4355-
"### 4. Fetching (`.fetch()`): pull the data from the database"
4356+
"### 4. Fetch (`.fetch()`): pull the data from the database"
43564357
]
43574358
},
43584359
{
@@ -4911,7 +4912,7 @@
49114912
"cell_type": "markdown",
49124913
"metadata": {},
49134914
"source": [
4914-
"### 5. Deletion (`.delete()`) - delete entries in the table "
4915+
"### 5. Deletion (`.delete()`): delete entries in the table "
49154916
]
49164917
},
49174918
{
@@ -5004,7 +5005,7 @@
50045005
"cell_type": "markdown",
50055006
"metadata": {},
50065007
"source": [
5007-
"### 6. Drop (`.drop()`) - drop the table from the schema"
5008+
"### 6. Drop (`.drop()`): drop the table from the schema"
50085009
]
50095010
},
50105011
{

0 commit comments

Comments
 (0)