#Database table analysis

1 messages · Page 1 of 1 (latest)

proper sundial
#

Hi All, I have a small postgres database. I would like a tool that can Navigate through all tables and it's data and prepare am assessment on table data...I am not looking for statistics like uniqueness or row count or...eg..suppose if a table contains a column called dealer and if that table contains addresses, toll should display like this looks like a dealer table with addresses inside...what would be the best option to try it out..I tried python code from chat gpt but it's giving more table statistics..how do I get that intelligence of scaning the table and get information about the contents

hearty forge
#

It sounds like you just need to use some smart SQL there. If I were you,I would have GPT scan the table structure and then ask it to provide you with an SQL statement to provide you with the inisight you are looking for,