inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15473
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740143 | 740143 | 403432 403432 | 15473 15473 |
| 740144 | 740144 | 452331 452331 | 15473 15473 |
| 740145 | 740145 | 7289 7289 | 15473 15473 |
| 740146 | 740146 | 56822 56822 | 15473 15473 |
| 740147 | 740147 | 480702 480702 | 15473 15473 |
| 740148 | 740148 | 358969 358969 | 15473 15473 |
| 740149 | 740149 | 488864 488864 | 15473 15473 |
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)
);