inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 236
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 194126 | 194126 | 69264 69264 | 236 236 |
| 194127 | 194127 | 543254 543254 | 236 236 |
| 194128 | 194128 | 204609 204609 | 236 236 |
| 194129 | 194129 | 269013 269013 | 236 236 |
| 194130 | 194130 | 72542 72542 | 236 236 |
| 194131 | 194131 | 79 79 | 236 236 |
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)
);