Is there an easy way to extract table DDL information, via a query, using either Ms or My SQL server? (preferably both?)
For example, using MySQL Administrator / Navica
You have to create that yourself.
You can query INFORMATION_SCHEMA.COLUMNS for the column name and data type.
INFORMATION_SCHEMA.COLUMNS