inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61031
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 152898 | 152898 | 61031 61031 | 6885 6885 |
| 787361 | 787361 | 61031 61031 | 89409 89409 |
| 965312 | 965312 | 61031 61031 | 89410 89410 |
| 965439 | 965439 | 61031 61031 | 19976 19976 |
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)
);