inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83226
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 717285 | 717285 | 256130 256130 | 83226 83226 |
| 717286 | 717286 | 57136 57136 | 83226 83226 |
| 717287 | 717287 | 153344 153344 | 83226 83226 |
| 717288 | 717288 | 74336 74336 | 83226 83226 |
| 717289 | 717289 | 500117 500117 | 83226 83226 |
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)
);