table 1 :
idtb1 --pk published delete
table 2 :
idtb2 --pk idtb1 --fk published delete
how to update 2 column published
,delete
on 2 table together by command Update
table 1 :
idtb1 --pk published delete
table 2 :
idtb2 --pk idtb1 --fk published delete
how to update 2 column published
,delete
on 2 table together by command Update