inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 59521
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 261214 | 261214 | 59521 59521 | 21582 21582 |
| 299658 | 299658 | 59521 59521 | 21581 21581 |
| 1021152 | 1021152 | 59521 59521 | 87170 87170 |
| 1028967 | 1028967 | 59521 59521 | 87171 87171 |
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)
);