inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 40639
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 502462 | 502462 | 253919 253919 | 40639 40639 |
| 502463 | 502463 | 126583 126583 | 40639 40639 |
| 502464 | 502464 | 60356 60356 | 40639 40639 |
| 502465 | 502465 | 285295 285295 | 40639 40639 |
| 502466 | 502466 | 513348 513348 | 40639 40639 |
| 502467 | 502467 | 21118 21118 | 40639 40639 |
| 502468 | 502468 | 35520 35520 | 40639 40639 |
| 502469 | 502469 | 285294 285294 | 40639 40639 |
| 502470 | 502470 | 285296 285296 | 40639 40639 |
| 502471 | 502471 | 309142 309142 | 40639 40639 |
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)
);