inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22841
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 944793 | 944793 | 53681 53681 | 22841 22841 |
| 944794 | 944794 | 11405 11405 | 22841 22841 |
| 944795 | 944795 | 249233 249233 | 22841 22841 |
| 944796 | 944796 | 276944 276944 | 22841 22841 |
| 944797 | 944797 | 531300 531300 | 22841 22841 |
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)
);