From cac1b9c66b9d642695c30cbf00b9a05e8bfff0b3 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 14 Jun 2023 20:03:52 +0800 Subject: [PATCH] Auto saved by Logseq --- pages/总复习2023t1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/总复习2023t1.md b/pages/总复习2023t1.md index 900e690..fabd4c2 100644 --- a/pages/总复习2023t1.md +++ b/pages/总复习2023t1.md @@ -1026,6 +1026,7 @@ - Group data using GROUP BY and HAVING. - Join tables together. - Use subqueries. + - update database and formulate queries using INSERT, UPDATE, and DELETE. - DONE Block 3 collapsed:: true - DONE DB transaction management