inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 71739
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 88578 | 88578 | 71739 71739 | 8444 8444 |
| 703904 | 703904 | 71739 71739 | 8445 8445 |
| 703919 | 703919 | 71739 71739 | 8447 8447 |
| 967551 | 967551 | 71739 71739 | 8446 8446 |
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)
);