inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 45982
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 238936 | 238936 | 45982 45982 | 66724 66724 |
| 311275 | 311275 | 45982 45982 | 21975 21975 |
| 946147 | 946147 | 45982 45982 | 21976 21976 |
| 1036284 | 1036284 | 45982 45982 | 66725 66725 |
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)
);