Answer Posted / Pranav Kumar Ojha
{"Firebird": "To drop all foreign keys in a Firebird database, you can use the ALTER TABLE statement with NO INHERIT option. However, there is no direct command to drop all foreign keys at once for all tables in the database. You'll need to run this command individually for each table that has foreign keys: ALTER TABLE <table_name> ALTER FIELD <field_name> NOT FOREIGN KEY NO INHERIT."}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category