I want to print table name once and associated column name for the table
I have tried the solution from
Search Sqlite Database - All Tables and Columns
but it prints table and column name many times depending on how many rows in the table
I would like output like:
table_name column_name
table_name column_name
table_name column_name
table_name column_name
table_name column_name
table_one_name column_name
table_one_name column_name
table_one_name column_name
table_one_name column_name
table_one_name column_name