inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 145727
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 620596 | 620596 | 500936 500936 | 145727 145727 |
| 620597 | 620597 | 292719 292719 | 145727 145727 |
| 620598 | 620598 | 213393 213393 | 145727 145727 |
| 620599 | 620599 | 101061 101061 | 145727 145727 |
| 620600 | 620600 | 292720 292720 | 145727 145727 |
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)
);