inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 57595
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 250409 | 250409 | 57595 57595 | 83998 83998 |
| 685834 | 685834 | 57595 57595 | 2044 2044 |
| 927615 | 927615 | 57595 57595 | 83997 83997 |
| 946708 | 946708 | 57595 57595 | 13100 13100 |
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)
);