inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 64444
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 37884 | 37884 | 64444 64444 | 16514 16514 |
| 360883 | 360883 | 64444 64444 | 1804 1804 |
| 788768 | 788768 | 64444 64444 | 94553 94553 |
| 1029455 | 1029455 | 64444 64444 | 94554 94554 |
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)
);