inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 19505
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 80816 | 80816 | 9559 9559 | 19505 19505 |
| 80817 | 80817 | 38683 38683 | 19505 19505 |
| 80818 | 80818 | 493305 493305 | 19505 19505 |
| 80819 | 80819 | 158944 158944 | 19505 19505 |
| 80820 | 80820 | 85553 85553 | 19505 19505 |
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)
);