inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 724483 | 724483 | 8786 8786 | 18077 18077 |
| 724484 | 724484 | 34245 34245 | 18077 18077 |
| 724485 | 724485 | 253289 253289 | 18077 18077 |
| 724486 | 724486 | 491354 491354 | 18077 18077 |
| 724487 | 724487 | 61724 61724 | 18077 18077 |
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)
);