inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 64766
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 5374 | 5374 | 64766 64766 | 95010 95010 |
| 197426 | 197426 | 64766 64766 | 16395 16395 |
| 253746 | 253746 | 64766 64766 | 95013 95013 |
| 961245 | 961245 | 64766 64766 | 95012 95012 |
| 962626 | 962626 | 64766 64766 | 95011 95011 |
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)
);