inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 67403
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 601325 | 601325 | 67403 67403 | 7352 7352 |
| 995977 | 995977 | 67403 67403 | 99099 99099 |
| 996346 | 996346 | 67403 67403 | 99100 99100 |
| 997884 | 997884 | 67403 67403 | 99101 99101 |
| 1001117 | 1001117 | 67403 67403 | 99098 99098 |
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)
);