inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 329384
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 888751 | 888751 | 451936 451936 | 329384 329384 |
| 888752 | 888752 | 241911 241911 | 329384 329384 |
| 888753 | 888753 | 480645 480645 | 329384 329384 |
| 888754 | 888754 | 502352 502352 | 329384 329384 |
| 888755 | 888755 | 402940 402940 | 329384 329384 |
| 888756 | 888756 | 358524 358524 | 329384 329384 |
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)
);