inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 100403
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 444780 | 444780 | 528294 528294 | 100403 100403 |
| 444781 | 444781 | 280748 280748 | 100403 100403 |
| 444782 | 444782 | 280747 280747 | 100403 100403 |
| 444783 | 444783 | 490573 490573 | 100403 100403 |
| 444784 | 444784 | 68231 68231 | 100403 100403 |
| 444785 | 444785 | 80685 80685 | 100403 100403 |
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)
);