inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 100920
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 603619 | 603619 | 165477 165477 | 100920 100920 |
| 603620 | 603620 | 100530 100530 | 100920 100920 |
| 603621 | 603621 | 500562 500562 | 100920 100920 |
| 603622 | 603622 | 315746 315746 | 100920 100920 |
| 603623 | 603623 | 68595 68595 | 100920 100920 |
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)
);