YOU CAN TAKE INFORMATION BY THESE QUERYs
select * from information_schema.tables where table_type='base table'
select * from information_schema.columns where column_name='field name'
select * from information_schema.KEY_COLUMN_USAGE where column_name='field name'
Arrange These according your need