Firebird Question:
Download Questions PDF

How to extract metadata for the entire database?

Answer:

It's quite simple, use isql with -x or -a options. Please be careful and test if it works. Some commercial administration tools like to play with system tables directly, and isql isn't always able to understand their hacks.

You can also extract DDL with FlameRobin. Open the properties page for the database and select DDL option at the top.

Download Firebird Interview Questions And Answers PDF

Previous QuestionNext Question
How to get a list of tables, views and columns in Firebird database?How to export data from database and import into another?