inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 110221
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 961821 | 961821 | 244212 244212 | 110221 110221 |
| 961822 | 961822 | 236534 236534 | 110221 110221 |
| 961823 | 961823 | 226855 226855 | 110221 110221 |
| 961824 | 961824 | 78515 78515 | 110221 110221 |
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)
);