inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 145256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 610064 | 610064 | 100630 100630 | 145256 145256 |
| 610065 | 610065 | 331074 331074 | 145256 145256 |
| 610066 | 610066 | 500603 500603 | 145256 145256 |
| 610067 | 610067 | 532947 532947 | 145256 145256 |
| 610068 | 610068 | 257013 257013 | 145256 145256 |
| 610069 | 610069 | 213767 213767 | 145256 145256 |
| 610070 | 610070 | 165514 165514 | 145256 145256 |
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)
);