inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47380
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 26910 | 26910 | 47380 47380 | 68793 68793 |
| 456309 | 456309 | 47380 47380 | 68791 68791 |
| 762531 | 762531 | 47380 47380 | 68792 68792 |
| 878411 | 878411 | 47380 47380 | 68794 68794 |
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)
);