Shubham09 commited on
Commit
a1b97c7
·
1 Parent(s): 09b35a8

Upload meta_text.json

Browse files
Files changed (1) hide show
  1. meta_text.json +23 -0
meta_text.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ]