inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 57796
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 113243 | 113243 | 57796 57796 | 12366 12366 |
| 958998 | 958998 | 57796 57796 | 12367 12367 |
| 959450 | 959450 | 57796 57796 | 84271 84271 |
| 1032445 | 1032445 | 57796 57796 | 84270 84270 |
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)
);