inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 150761
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 170593 | 170593 | 104483 104483 | 150761 150761 |
| 170594 | 170594 | 168455 168455 | 150761 150761 |
| 170595 | 170595 | 503288 503288 | 150761 150761 |
| 170596 | 170596 | 227805 227805 | 150761 150761 |
| 170597 | 170597 | 335323 335323 | 150761 150761 |
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)
);