inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 8061
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 283454 | 283454 | 3221 3221 | 8061 8061 |
| 283455 | 283455 | 206452 206452 | 8061 8061 |
| 283456 | 283456 | 75202 75202 | 8061 8061 |
| 283457 | 283457 | 206451 206451 | 8061 8061 |
| 283458 | 283458 | 71665 71665 | 8061 8061 |
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)
);