inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66003
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 356377 | 356377 | 66003 66003 | 96976 96976 |
| 478981 | 478981 | 66003 66003 | 11418 11418 |
| 1027344 | 1027344 | 66003 66003 | 96977 96977 |
| 1039958 | 1039958 | 66003 66003 | 20398 20398 |
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)
);