inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 54516
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 438292 | 438292 | 280353 280353 | 54516 54516 |
| 438293 | 438293 | 280350 280350 | 54516 54516 |
| 438294 | 438294 | 73687 73687 | 54516 54516 |
| 438295 | 438295 | 280352 280352 | 54516 54516 |
| 438296 | 438296 | 525339 525339 | 54516 54516 |
| 438297 | 438297 | 280351 280351 | 54516 54516 |
| 438298 | 438298 | 58821 58821 | 54516 54516 |
| 438299 | 438299 | 29230 29230 | 54516 54516 |
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)
);