Hi, I would like to know if it is possible to dublicate data from a table to another one (with more fields)
For example a table called STUDENTS (with students informations) And another one called MARKS (for students marks), so basically student information must be in MARKS table too. and if I update a record in a table the record must be updated automatically in other one!
How can I do that please?
