inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 238
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 415685 | 415685 | 72216 72216 | 238 238 |
| 415686 | 415686 | 27471 27471 | 238 238 |
| 415687 | 415687 | 80 80 | 238 238 |
| 415688 | 415688 | 537814 537814 | 238 238 |
| 415689 | 415689 | 510543 510543 | 238 238 |
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)
);