https://github.com/prince-t-asamoah/database-triggers
A Codecademy Database Triggers Practice Project
https://github.com/prince-t-asamoah/database-triggers
sql
Last synced: 4 months ago
JSON representation
A Codecademy Database Triggers Practice Project
- Host: GitHub
- URL: https://github.com/prince-t-asamoah/database-triggers
- Owner: prince-t-asamoah
- Created: 2022-06-26T10:48:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-26T10:49:24.000Z (about 4 years ago)
- Last Synced: 2023-03-09T16:32:22.482Z (over 3 years ago)
- Topics: sql
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database Triggers
An online watch store database with two tables,
- `customers`: customer details
- `customers_log`: logs information about data modification in customers details
Queries in this project are for practicing database triggers.