inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 10401
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 247338 | 247338 | 4231 4231 | 10401 10401 |
| 247339 | 247339 | 62063 62063 | 10401 10401 |
| 247340 | 247340 | 536097 536097 | 10401 10401 |
| 247341 | 247341 | 17583 17583 | 10401 10401 |
| 247342 | 247342 | 31121 31121 | 10401 10401 |
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)
);