inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 165434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 319574 | 319574 | 173530 173530 | 165434 165434 |
| 319575 | 319575 | 113264 113264 | 165434 165434 |
| 319576 | 319576 | 507471 507471 | 165434 165434 |
| 319577 | 319577 | 223073 223073 | 165434 165434 |
| 319578 | 319578 | 536363 536363 | 165434 165434 |
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)
);