inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404502
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 261201 | 261201 | 460631 460631 | 404502 404502 |
| 261202 | 261202 | 496018 496018 | 404502 404502 |
| 261203 | 261203 | 417043 417043 | 404502 404502 |
| 261204 | 261204 | 370194 370194 | 404502 404502 |
| 261205 | 261205 | 482390 482390 | 404502 404502 |
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)
);