inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54508
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 428595 | 428595 | 250912 250912 | 54508 54508 |
| 428596 | 428596 | 60572 60572 | 54508 54508 |
| 428597 | 428597 | 156649 156649 | 54508 54508 |
| 428598 | 428598 | 80149 80149 | 54508 54508 |
| 428599 | 428599 | 29222 29222 | 54508 54508 |
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)
);