I have created three separate SQL Queries.
The first would:
Drop any databases named "GUARDIAN", if there is any.
Create GUARDIAN Database
Delete any existing tables in GUARDIAN database
Create Tables
Second SQL Query would:
Add dummy data into the database tables.
Third SQL Query would:
View all tables in GUARDIAN Database. (Created for easy viewing)
Commenti