inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 58970
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 599326 | 599326 | 540800 540800 | 58970 58970 |
| 599327 | 599327 | 36658 36658 | 58970 58970 |
| 599328 | 599328 | 291519 291519 | 58970 58970 |
| 599329 | 599329 | 256828 256828 | 58970 58970 |
| 599330 | 599330 | 334650 334650 | 58970 58970 |
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)
);