inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 58458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 319937 | 319937 | 58458 58458 | 4596 4596 |
| 772609 | 772609 | 58458 58458 | 85373 85373 |
| 800269 | 800269 | 58458 58458 | 83322 83322 |
| 803992 | 803992 | 58458 58458 | 34429 34429 |
| 804004 | 804004 | 58458 58458 | 85371 85371 |
| 863701 | 863701 | 58458 58458 | 85372 85372 |
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)
);