Auto saved by Logseq

This commit is contained in:
Ryan 2023-06-14 20:03:52 +08:00
parent f77da73ff7
commit cac1b9c66b

View file

@ -1026,6 +1026,7 @@
- Group data using GROUP BY and HAVING. - Group data using GROUP BY and HAVING.
- Join tables together. - Join tables together.
- Use subqueries. - Use subqueries.
- update database and formulate queries using INSERT, UPDATE, and DELETE.
- DONE Block 3 - DONE Block 3
collapsed:: true collapsed:: true
- DONE DB transaction management - DONE DB transaction management