inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 151127
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 173804 | 173804 | 104719 104719 | 151127 151127 |
| 173805 | 173805 | 503454 503454 | 151127 151127 |
| 173806 | 173806 | 227622 227622 | 151127 151127 |
| 173807 | 173807 | 341457 341457 | 151127 151127 |
| 173808 | 173808 | 168587 168587 | 151127 151127 |
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)
);