inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 108725
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115189 | 115189 | 77308 77308 | 108725 108725 |
| 115190 | 115190 | 527191 527191 | 108725 108725 |
| 115191 | 115191 | 155439 155439 | 108725 108725 |
| 115192 | 115192 | 323263 323263 | 108725 108725 |
| 115193 | 115193 | 488669 488669 | 108725 108725 |
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)
);