I apologize if "link" is not the exact term for this in advance.
I have a table with user info, (user&password). I need the same user:password pair to appear in another table in the same database. the second table needs to copy the first one at all times – if an entry is deleted from the first one, or added – the changes must apply to the second table instantly.
Please, I need an example of how this can be done, as I do not know the terminology to search on google..
I only need two columns to be a duplicate, not the entire table.
A view may work, depending on the constraints imposed by your existing system, and those imposed by views. It saves duplicating data: