inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 45855
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 577065 | 577065 | 521722 521722 | 45855 45855 |
| 577066 | 577066 | 37377 37377 | 45855 45855 |
| 577067 | 577067 | 23856 23856 | 45855 45855 |
| 577068 | 577068 | 290305 290305 | 45855 45855 |
| 577069 | 577069 | 45145 45145 | 45855 45855 |
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)
);