inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28502
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 923942 | 923942 | 239644 239644 | 28502 28502 |
| 923943 | 923943 | 14552 14552 | 28502 28502 |
| 923944 | 923944 | 66524 66524 | 28502 28502 |
| 923945 | 923945 | 260013 260013 | 28502 28502 |
| 923946 | 923946 | 40127 40127 | 28502 28502 |
| 923947 | 923947 | 533537 533537 | 28502 28502 |
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)
);