inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 69059
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 64507 | 64507 | 69059 69059 | 13855 13855 |
| 251505 | 251505 | 69059 69059 | 101523 101523 |
| 977758 | 977758 | 69059 69059 | 13856 13856 |
| 977811 | 977811 | 69059 69059 | 101522 101522 |
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)
);