inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 349896
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 952332 | 952332 | 289604 289604 | 349896 349896 |
| 952333 | 952333 | 273520 273520 | 349896 349896 |
| 952334 | 952334 | 274335 274335 | 349896 349896 |
| 952335 | 952335 | 264684 264684 | 349896 349896 |
| 952336 | 952336 | 275370 275370 | 349896 349896 |
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)
);