inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20573
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 25833 | 25833 | 10169 10169 | 20573 20573 |
| 25834 | 25834 | 29710 29710 | 20573 20573 |
| 25835 | 25835 | 277511 277511 | 20573 20573 |
| 25836 | 25836 | 531404 531404 | 20573 20573 |
| 25837 | 25837 | 249564 249564 | 20573 20573 |
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)
);