inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 12254
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 28064 | 28064 | 59754 59754 | 12254 12254 |
| 28065 | 28065 | 258472 258472 | 12254 12254 |
| 28066 | 28066 | 212316 212316 | 12254 12254 |
| 28067 | 28067 | 486632 486632 | 12254 12254 |
| 28068 | 28068 | 5329 5329 | 12254 12254 |
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)
);