inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 63428
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 32462 | 32462 | 63428 63428 | 92983 92983 |
| 211615 | 211615 | 63428 63428 | 21007 21007 |
| 345668 | 345668 | 63428 63428 | 92985 92985 |
| 875371 | 875371 | 63428 63428 | 92984 92984 |
| 903914 | 903914 | 63428 63428 | 92986 92986 |
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)
);