inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58429
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 183220 | 183220 | 58429 58429 | 30918 30918 |
| 852166 | 852166 | 58429 58429 | 85328 85328 |
| 852201 | 852201 | 58429 58429 | 85331 85331 |
| 876459 | 876459 | 58429 58429 | 85329 85329 |
| 976706 | 976706 | 58429 58429 | 85330 85330 |
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)
);