inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 64860
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28 | 28 | 64860 64860 | 95169 95169 |
| 154237 | 154237 | 64860 64860 | 5688 5688 |
| 409573 | 409573 | 64860 64860 | 95168 95168 |
| 977876 | 977876 | 64860 64860 | 30216 30216 |
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)
);