Hi All,
I have an database that has tables related to automobile portal…eg dealer,user etc.
Can you kindly suggest a model that scans through all tables and its column data and summarize table functional description.model has to prioritize which column information to be described.
Eg
Table dealer has columns id,dealername,address,phone,etc
Desired output is
“This is a dealer table that has dealer information including address and phone number.we have delaers from 24 geographical locations”
Similarly user,sales,car models etc
Model table- id,year,name,…
Eg2-this is a car model table…this has so and so models…benz c2 seems to be the latest model.
I am not much worried about accuracy of data…but i would love to get meaningful functional statement for each tables.
Thanks,
Arun