inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68054
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 25969 | 25969 | 68054 68054 | 100121 100121 |
| 487693 | 487693 | 68054 68054 | 25598 25598 |
| 787400 | 787400 | 68054 68054 | 100118 100118 |
| 787671 | 787671 | 68054 68054 | 100119 100119 |
| 788525 | 788525 | 68054 68054 | 100120 100120 |
| 978492 | 978492 | 68054 68054 | 25599 25599 |
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)
);