inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 22872
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28736 | 28736 | 30048 30048 | 22872 22872 |
| 28737 | 28737 | 531326 531326 | 22872 22872 |
| 28738 | 28738 | 11423 11423 | 22872 22872 |
| 28739 | 28739 | 239327 239327 | 22872 22872 |
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)
);