inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8817
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51647 | 51647 | 3527 3527 | 8817 8817 |
| 51648 | 51648 | 13452 13452 | 8817 8817 |
| 51649 | 51649 | 254445 254445 | 8817 8817 |
| 51650 | 51650 | 532441 532441 | 8817 8817 |
| 51651 | 51651 | 29018 29018 | 8817 8817 |
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)
);