inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 46515
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 17255 | 17255 | 46515 46515 | 67447 67447 |
| 258329 | 258329 | 46515 46515 | 67446 67446 |
| 647474 | 647474 | 46515 46515 | 12231 12231 |
| 939397 | 939397 | 46515 46515 | 67448 67448 |
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)
);