inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9415
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 197305 | 197305 | 7838 7838 | 9415 9415 |
| 197306 | 197306 | 3806 3806 | 9415 9415 |
| 197307 | 197307 | 78704 78704 | 9415 9415 |
| 197308 | 197308 | 40909 40909 | 9415 9415 |
| 197309 | 197309 | 156295 156295 | 9415 9415 |
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)
);