inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 100258
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 300463 | 300463 | 328967 328967 | 100258 100258 |
| 300464 | 300464 | 506452 506452 | 100258 100258 |
| 300465 | 300465 | 246869 246869 | 100258 100258 |
| 300466 | 300466 | 272428 272428 | 100258 100258 |
| 300467 | 300467 | 535946 535946 | 100258 100258 |
| 300468 | 300468 | 111298 111298 | 100258 100258 |
| 300469 | 300469 | 68142 68142 | 100258 100258 |
| 300470 | 300470 | 272427 272427 | 100258 100258 |
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)
);