inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 230770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 938588 | 938588 | 206799 206799 | 230770 230770 |
| 938589 | 938589 | 206798 206798 | 230770 230770 |
| 938590 | 938590 | 206800 206800 | 230770 230770 |
| 938591 | 938591 | 235254 235254 | 230770 230770 |
| 938592 | 938592 | 154541 154541 | 230770 230770 |
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)
);