inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 56838
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 345870 | 345870 | 56838 56838 | 82748 82748 |
| 345874 | 345874 | 56838 56838 | 82749 82749 |
| 345882 | 345882 | 56838 56838 | 82750 82750 |
| 535132 | 535132 | 56838 56838 | 42096 42096 |
| 739993 | 739993 | 56838 56838 | 82747 82747 |
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)
);