inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 67510
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 304432 | 304432 | 89732 89732 | 67510 67510 |
| 304433 | 304433 | 46555 46555 | 67510 67510 |
| 304434 | 304434 | 223751 223751 | 67510 67510 |
| 304435 | 304435 | 530627 530627 | 67510 67510 |
| 304436 | 304436 | 160753 160753 | 67510 67510 |
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)
);