inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12839
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 980303 | 980303 | 41989 41989 | 12839 12839 |
| 980304 | 980304 | 5673 5673 | 12839 12839 |
| 980305 | 980305 | 55907 55907 | 12839 12839 |
| 980306 | 980306 | 259121 259121 | 12839 12839 |
| 980307 | 980307 | 486908 486908 | 12839 12839 |
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)
);