inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 72251
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 8946 | 8946 | 72251 72251 | 104195 104195 |
| 533762 | 533762 | 72251 72251 | 2531 2531 |
| 705918 | 705918 | 72251 72251 | 2532 2532 |
| 980650 | 980650 | 72251 72251 | 104194 104194 |
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)
);