inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 50732
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 38000 | 38000 | 50732 50732 | 73789 73789 |
| 52842 | 52842 | 50732 50732 | 11871 11871 |
| 277896 | 277896 | 50732 50732 | 73787 73787 |
| 609246 | 609246 | 50732 50732 | 11870 11870 |
| 1028673 | 1028673 | 50732 50732 | 73788 73788 |
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)
);