inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 91297
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 429753 | 429753 | 307396 307396 | 91297 91297 |
| 429754 | 429754 | 80273 80273 | 91297 91297 |
| 429755 | 429755 | 62316 62316 | 91297 91297 |
| 429756 | 429756 | 490345 490345 | 91297 91297 |
| 429757 | 429757 | 201579 201579 | 91297 91297 |
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)
);