Shubham09 commited on
Commit
74d6808
·
1 Parent(s): a1b97c7

Delete meta_text.json

Browse files
Files changed (1) hide show
  1. meta_text.json +0 -23
meta_text.json DELETED
@@ -1,23 +0,0 @@
1
- [
2
- {
3
- "Schema_name": "public",
4
- "Schema_owner": "user3",
5
- "Table_name": "orders",
6
- "Table_type": "BASE TABLE",
7
- "Column_name": "order_id, customer_id, order_date, total_amount"
8
- },
9
- {
10
- "Schema_name": "sales",
11
- "Schema_owner": "user4",
12
- "Table_name": "products ",
13
- "Table_type": "BASE TABLE",
14
- "Column_name": "product_id, product_name, category, price"
15
- },
16
- {
17
- "Schema_name": "sales",
18
- "Schema_owner": "user5",
19
- "Table_name": "customers",
20
- "Table_type": "BASE TABLE",
21
- "Column_name": "customer_name, first_name, last_name, email,phone_number"
22
- }
23
- ]