Auto saved by Logseq
This commit is contained in:
parent
cac1b9c66b
commit
9b71470501
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue