Trigger – independent task

This SQL code is for making two tables in a database. These tables can be used for keeping track of cars and their owners, and for logging different actions with these cars. Autoregister- is for keeping info about registered cars. Table “logitabel”: is for keeping logs or records of different actions done with the cars. phpMyAdmin: Auto lisamine: Creating a trigger named ‘autoLisamine’ for the table ‘autoregister’ This is a check section to insert a new car into ‘autoregister’ and see the trigger in action Inserting a new car record into ‘autoregister’ table Selecting all records from ‘autoregister’ to check … Continue reading Trigger – independent task