inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 21706
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 726005 | 726005 | 495473 495473 | 21706 21706 |
| 726006 | 726006 | 34359 34359 | 21706 21706 |
| 726007 | 726007 | 239248 239248 | 21706 21706 |
| 726008 | 726008 | 69644 69644 | 21706 21706 |
| 726009 | 726009 | 10774 10774 | 21706 21706 |
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)
);