inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100371
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 200343 | 200343 | 204638 204638 | 100371 100371 |
| 200344 | 200344 | 269569 269569 | 100371 100371 |
| 200345 | 200345 | 269571 269571 | 100371 100371 |
| 200346 | 200346 | 269570 269570 | 100371 100371 |
| 200347 | 200347 | 269568 269568 | 100371 100371 |
| 200348 | 200348 | 68213 68213 | 100371 100371 |
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)
);