inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 28918
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74977 | 74977 | 231730 231730 | 28918 28918 |
| 74978 | 74978 | 166144 166144 | 28918 28918 |
| 74979 | 74979 | 102046 102046 | 28918 28918 |
| 74980 | 74980 | 300077 300077 | 28918 28918 |
| 74981 | 74981 | 14806 14806 | 28918 28918 |
| 74982 | 74982 | 533742 533742 | 28918 28918 |
| 74983 | 74983 | 31168 31168 | 28918 28918 |
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)
);