inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 365772
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 506010 | 506010 | 285570 285570 | 365772 365772 |
| 506011 | 506011 | 285571 285571 | 365772 365772 |
| 506012 | 506012 | 285569 285569 | 365772 365772 |
| 506013 | 506013 | 285572 285572 | 365772 365772 |
| 506014 | 506014 | 301489 301489 | 365772 365772 |
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)
);