inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 2547
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 22646 | 22646 | 2547 2547 | 6383 6383 |
| 86398 | 86398 | 2547 2547 | 6381 6381 |
| 834520 | 834520 | 2547 2547 | 6384 6384 |
| 935943 | 935943 | 2547 2547 | 6382 6382 |
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)
);