inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 141839
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 514380 | 514380 | 286138 286138 | 141839 141839 |
| 514381 | 514381 | 98466 98466 | 141839 141839 |
| 514382 | 514382 | 164542 164542 | 141839 141839 |
| 514383 | 514383 | 286137 286137 | 141839 141839 |
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)
);