Hello Everyone,
Im currently learning about postgresql and I am encorporating JDBC to use my database as an extension to my website.
Right now I have two tables, pupil and school,
pupil has an id which is foreign and school has a primary key same ID.
If I insert values into school, how can I make that automatically updated in foreign at one function?
Thanks,