inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 405107
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 735328 | 735328 | 485819 485819 | 405107 405107 |
| 735329 | 735329 | 423673 423673 | 405107 405107 |
| 735330 | 735330 | 375878 375878 | 405107 405107 |
| 735331 | 735331 | 483661 483661 | 405107 405107 |
| 735332 | 735332 | 464859 464859 | 405107 405107 |
| 735333 | 735333 | 375879 375879 | 405107 405107 |
| 735334 | 735334 | 423674 423674 | 405107 405107 |
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)
);