inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 65013
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 329019 | 329019 | 65013 65013 | 20477 20477 |
| 342990 | 342990 | 65013 65013 | 20478 20478 |
| 814984 | 814984 | 65013 65013 | 95408 95408 |
| 814985 | 814985 | 65013 65013 | 95409 95409 |
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)
);