File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 {
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 {
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 {
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 {
You can’t perform that action at this time.
0 commit comments