inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28370 | 28370 | 65454 65454 | 96137 96137 |
| 383382 | 383382 | 65454 65454 | 23081 23081 |
| 703395 | 703395 | 65454 65454 | 96136 96136 |
| 703477 | 703477 | 65454 65454 | 96135 96135 |
| 771768 | 771768 | 65454 65454 | 96138 96138 |
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)
);