inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 62040
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 672453 | 672453 | 60731 60731 | 62040 62040 |
| 672454 | 672454 | 335097 335097 | 62040 62040 |
| 672455 | 672455 | 41557 41557 | 62040 62040 |
| 672456 | 672456 | 493020 493020 | 62040 62040 |
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)
);