inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 110471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 795484 | 795484 | 226345 226345 | 110471 110471 |
| 795485 | 795485 | 236623 236623 | 110471 110471 |
| 795486 | 795486 | 78710 78710 | 110471 110471 |
| 795487 | 795487 | 244636 244636 | 110471 110471 |
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)
);