I am having two tables. For example one is Login and the other is calculation. In the login table I am having fields username and password. In calculation I am having username and flag.
Now when any user is added in the login table I want make entry for that user in calculation table also.
How can I proceed for this?