Auto saved by Logseq

This commit is contained in:
Ryan 2023-06-14 20:11:53 +08:00
parent cac1b9c66b
commit 9b71470501

View file

@ -1019,6 +1019,16 @@
- Physical database design
- LATER SQL
- purpose and importance of SQL.
- SQL is a transform-oriented language with 2
major components: #flashcard
- A DDL for defining database structure.
- Create table
- Drop table
- A DML for retrieving and updating data.
- Insert
- Delete
- update
- Select
- retrieve data from database and formulate queries using SELECT and
- Use compound WHERE conditions.
- Sort query results using ORDER BY.