inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15430
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 57324 | 57324 | 264494 264494 | 15430 15430 |
| 57325 | 57325 | 47868 47868 | 15430 15430 |
| 57326 | 57326 | 7259 7259 | 15430 15430 |
| 57327 | 57327 | 241919 241919 | 15430 15430 |
| 57328 | 57328 | 29148 29148 | 15430 15430 |
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)
);