Fremdschlüsselprüfung aktivieren
| ID | 141 |
|---|---|
| Link Reference | Not set |
| Link Credits | Not set |
| Link Technical Documentation | Not set |
| PlCodelang | SQLite |
| PlGroup | Datenbank |
| PlItemTitle | Fremdschlüsselprüfung aktivieren |
| Code | -- http://www.sqlite.org/foreignkeys.html PRAGMA foreign_keys = ON; -- !! this is only valid for the current session. -- If you want to use this permanent, you have to use this statement every time you start a new session |
| Result Example |