https://github.com/octcarp-courses/sustech_cs307-db_s23_works
Three SQL programming assignments of CS307 2023 Spring: Database Principle, SUSTech. Taught by Prof. Yuxin MA.
https://github.com/octcarp-courses/sustech_cs307-db_s23_works
cs307 plpgsql sustech
Last synced: 8 days ago
JSON representation
Three SQL programming assignments of CS307 2023 Spring: Database Principle, SUSTech. Taught by Prof. Yuxin MA.
- Host: GitHub
- URL: https://github.com/octcarp-courses/sustech_cs307-db_s23_works
- Owner: octcarp-courses
- License: mit
- Created: 2025-03-02T11:46:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T11:46:28.000Z (over 1 year ago)
- Last Synced: 2025-03-02T12:19:45.757Z (over 1 year ago)
- Topics: cs307, plpgsql, sustech
- Language: PLpgSQL
- Homepage: https://oj.cse.sustech.edu.cn/course/DB23S
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SUSTech_CS307-DB_S23_Works
Three SQL programming assignments of CS307 2023 Spring: Database Principle, SUSTech. Taught by Prof. Yuxin MA.
### Content
| ID | Content | Grade |
| --------------------------- | ------------------------------------ | ----- |
| [Assignment 1](Assignment1) | Basic SQL Usage | 8/8 |
| [Assignment 2](Assignment2) | Complex Join SQL and Window Function | 5/5 |
| [Assignment 3](Assignment3) | **Trigger** | 2/2 |