inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 56819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 562664 | 562664 | 281294 281294 | 56819 56819 |
| 562665 | 562665 | 538211 538211 | 56819 56819 |
| 562666 | 562666 | 56255 56255 | 56819 56819 |
| 562667 | 562667 | 33139 33139 | 56819 56819 |
| 562668 | 562668 | 511539 511539 | 56819 56819 |
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)
);