testing / meta_text.json
Shubham09's picture
Upload meta_text.json
985735b
raw
history blame
676 Bytes
[
{
"Schema_id": "14",
"Schema_name": "public",
"Schema_owner": "user3",
"Table_name": "orders",
"Table_type": "BASE TABLE",
"Column_name": "order_id, customer_id, order_date, total_amount"
},
{
"Schema_id": "15",
"Schema_name": "sales",
"Schema_owner": "user4",
"Table_name": "items",
"Table_type": "BASE TABLE",
"Column_name": "product_id, product_name, category, price"
},
{
"Schema_id": "16",
"Schema_name": "sales",
"Schema_owner": "user5",
"Table_name": "customers",
"Table_type": "BASE TABLE",
"Column_name": "customer_name,email,phone_number,order_id, customer_id"
}
]