inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 83257
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 230635 | 230635 | 57154 57154 | 83257 83257 |
| 230636 | 230636 | 530391 530391 | 83257 83257 |
| 230637 | 230637 | 88695 88695 | 83257 83257 |
| 230638 | 230638 | 495037 495037 | 83257 83257 |
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)
);