inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 11493
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 704604 | 704604 | 4825 4825 | 11493 11493 |
| 704605 | 704605 | 253898 253898 | 11493 11493 |
| 704606 | 704606 | 485939 485939 | 11493 11493 |
| 704607 | 704607 | 525558 525558 | 11493 11493 |
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)
);