inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 146464
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 997619 | 997619 | 239788 239788 | 146464 146464 |
| 997620 | 997620 | 101716 101716 | 146464 146464 |
| 997621 | 997621 | 232012 232012 | 146464 146464 |
| 997622 | 997622 | 232013 232013 | 146464 146464 |
| 997623 | 997623 | 165966 165966 | 146464 146464 |
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)
);