Auto saved by Logseq

This commit is contained in:
Ryan 2023-06-14 20:01:46 +08:00
parent a85955a555
commit f77da73ff7

View file

@ -1019,6 +1019,13 @@
- Physical database design
- LATER SQL
- purpose and importance of SQL.
- retrieve data from database and formulate queries using SELECT and
- Use compound WHERE conditions.
- Sort query results using ORDER BY.
- Use aggregate functions.
- Group data using GROUP BY and HAVING.
- Join tables together.
- Use subqueries.
- DONE Block 3
collapsed:: true
- DONE DB transaction management