An open API service indexing awesome lists of open source software.

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

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.