inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17067
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 285574 | 285574 | 251149 251149 | 17067 17067 |
| 285575 | 285575 | 8220 8220 | 17067 17067 |
| 285576 | 285576 | 30677 30677 | 17067 17067 |
| 285577 | 285577 | 280265 280265 | 17067 17067 |
| 285578 | 285578 | 49354 49354 | 17067 17067 |
| 285579 | 285579 | 490465 490465 | 17067 17067 |
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)
);