inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 59666
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438564 | 438564 | 156735 156735 | 59666 59666 |
| 438565 | 438565 | 37745 37745 | 59666 59666 |
| 438566 | 438566 | 490422 490422 | 59666 59666 |
| 438567 | 438567 | 80424 80424 | 59666 59666 |
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)
);