inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 347642
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 878452 | 878452 | 263937 263937 | 347642 347642 |
| 878453 | 878453 | 274478 274478 | 347642 347642 |
| 878454 | 878454 | 267460 267460 | 347642 347642 |
| 878455 | 878455 | 261722 261722 | 347642 347642 |
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)
);