sql >> データベース >  >> RDS >> Oracle

カスケード削除クエリ

    削除を伝播する制約を追加できない場合は、必要なすべての削除を自分で作成する必要があります。

    delete employee where companyid in (select companyid from company c where productid = xxx);
    delete company where productid=xxx;
    delete product where productid=xxx;
    


    1. Android-textViewにログインした後、sqliteデータベースからユーザー名を表示します

    2. PG ::UniqueViolation:エラー:重複するキー値が一意性制約に違反するのはなぜですか?

    3. Symfony2-Doctrine2 QueryBuilder WHEREINManyToManyフィールド

    4. mySQLIfステートメント