inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 68825
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 178199 | 178199 | 227339 227339 | 68825 68825 |
| 178200 | 178200 | 47395 47395 | 68825 68825 |
| 178201 | 178201 | 105115 105115 | 68825 68825 |
| 178202 | 178202 | 243813 243813 | 68825 68825 |
| 178203 | 178203 | 503693 503693 | 68825 68825 |
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)
);