inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 23379
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 973304 | 973304 | 11696 11696 | 23379 23379 |
| 973305 | 973305 | 497525 497525 | 23379 23379 |
| 973306 | 973306 | 49244 49244 | 23379 23379 |
| 973307 | 973307 | 250147 250147 | 23379 23379 |
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)
);