Thursday, February 25, 2021

TRIGGERS in sql

 There you go Triggers by Simplilearn

Screenshot of a sample code of a BEFORE trigger in MySQL from the above video tutorial


This time the Dollar sign is used as the delimiter 



No comments:

Post a Comment

Basic Flask web app

 from flask import Flask app = Flask(__name__) #In Flask, URL rules can be added using either the @app.route() decorator or the app.add_url_...