inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 404819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 699885 | 699885 | 419825 419825 | 404819 404819 |
| 699886 | 699886 | 372533 372533 | 404819 404819 |
| 699887 | 699887 | 372532 372532 | 404819 404819 |
| 699888 | 699888 | 419824 419824 | 404819 404819 |
| 699889 | 699889 | 419823 419823 | 404819 404819 |
| 699890 | 699890 | 490025 490025 | 404819 404819 |
| 699891 | 699891 | 372534 372534 | 404819 404819 |
| 699892 | 699892 | 462371 462371 | 404819 404819 |
| 699893 | 699893 | 482996 482996 | 404819 404819 |
| 699894 | 699894 | 462370 462370 | 404819 404819 |
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)
);