inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17001
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 431934 | 431934 | 156731 156731 | 17001 17001 |
| 431935 | 431935 | 280127 280127 | 17001 17001 |
| 431936 | 431936 | 8187 8187 | 17001 17001 |
| 431937 | 431937 | 280128 280128 | 17001 17001 |
| 431938 | 431938 | 219851 219851 | 17001 17001 |
| 431939 | 431939 | 80415 80415 | 17001 17001 |
| 431940 | 431940 | 52372 52372 | 17001 17001 |
| 431941 | 431941 | 333760 333760 | 17001 17001 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);