inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 206550 | 206550 | 337656 337656 | 266 266 |
| 206551 | 206551 | 209866 209866 | 266 266 |
| 206552 | 206552 | 209865 209865 | 266 266 |
| 206553 | 206553 | 107453 107453 | 266 266 |
| 206554 | 206554 | 58825 58825 | 266 266 |
| 206555 | 206555 | 225816 225816 | 266 266 |
| 206556 | 206556 | 245117 245117 | 266 266 |
| 206557 | 206557 | 535212 535212 | 266 266 |
| 206558 | 206558 | 90 90 | 266 266 |
| 206559 | 206559 | 269956 269956 | 266 266 |
| 206560 | 206560 | 269955 269955 | 266 266 |
| 206561 | 206561 | 73382 73382 | 266 266 |
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)
);