inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 13210
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764393 | 764393 | 36215 36215 | 13210 13210 |
| 764394 | 764394 | 154399 154399 | 13210 13210 |
| 764395 | 764395 | 259717 259717 | 13210 13210 |
| 764396 | 764396 | 297113 297113 | 13210 13210 |
| 764397 | 764397 | 5910 5910 | 13210 13210 |
| 764398 | 764398 | 67229 67229 | 13210 13210 |
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)
);