inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 15524
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130107 | 130107 | 265022 265022 | 15524 15524 |
| 130108 | 130108 | 46449 46449 | 15524 15524 |
| 130109 | 130109 | 265021 265021 | 15524 15524 |
| 130110 | 130110 | 77627 77627 | 15524 15524 |
| 130111 | 130111 | 34678 34678 | 15524 15524 |
| 130112 | 130112 | 229386 229386 | 15524 15524 |
| 130113 | 130113 | 7323 7323 | 15524 15524 |
| 130114 | 130114 | 242180 242180 | 15524 15524 |
| 130115 | 130115 | 488915 488915 | 15524 15524 |
| 130116 | 130116 | 155653 155653 | 15524 15524 |
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)
);