inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 125360
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 224008 | 224008 | 88395 88395 | 125360 125360 |
| 224009 | 224009 | 271044 271044 | 125360 125360 |
| 224010 | 224010 | 160221 160221 | 125360 125360 |
| 224011 | 224011 | 271043 271043 | 125360 125360 |
| 224012 | 224012 | 494888 494888 | 125360 125360 |
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)
);