inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18807
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 990521 | 990521 | 9186 9186 | 18807 18807 |
| 990522 | 990522 | 42210 42210 | 18807 18807 |
| 990523 | 990523 | 287857 287857 | 18807 18807 |
| 990524 | 990524 | 255181 255181 | 18807 18807 |
| 990525 | 990525 | 492399 492399 | 18807 18807 |
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)
);