inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 405048
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 842294 | 842294 | 375088 375088 | 405048 405048 |
| 842295 | 842295 | 464270 464270 | 405048 405048 |
| 842296 | 842296 | 483532 483532 | 405048 405048 |
| 842297 | 842297 | 464271 464271 | 405048 405048 |
| 842298 | 842298 | 507314 507314 | 405048 405048 |
| 842299 | 842299 | 375089 375089 | 405048 405048 |
| 842300 | 842300 | 422824 422824 | 405048 405048 |
| 842301 | 842301 | 422823 422823 | 405048 405048 |
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)
);