inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 28857
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 838862 | 838862 | 533709 533709 | 28857 28857 |
| 838863 | 838863 | 501530 501530 | 28857 28857 |
| 838864 | 838864 | 239985 239985 | 28857 28857 |
| 838865 | 838865 | 50755 50755 | 28857 28857 |
| 838866 | 838866 | 14768 14768 | 28857 28857 |
| 838867 | 838867 | 38394 38394 | 28857 28857 |
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)
);