Issue
I created a trigger using SQL, how can I see the trigger using MySQL in phpMyadmin?
Solution
Click on the 'SQL' tab and enter this query:
SHOW TRIGGERS
Answered By - Eugene Yarmash
February 20, 2022 database, database-trigger, mysql, phpmyadmin No comments
I created a trigger using SQL, how can I see the trigger using MySQL in phpMyadmin?
Click on the 'SQL' tab and enter this query:
SHOW TRIGGERS
Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.