Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
table1というテーブルとtable2という別のテーブルがあります。これで、 table1とtable2は同じ構造になります。table1での変更は、 table2に自動的に反映されます。
私にいくつかの解決策を提案してください。
これを行う最も簡単な方法は、OnInsert、OnUpdate、および OnDelete トリガーのセットです。しかし、このデータは別の名前でアクセスするためだけに Table1 の正確なコピーであるという意図はありますか? その場合は、データを複製するのではなく、ビューを作成することをお勧めします。