inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 163857
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 308816 | 308816 | 172850 172850 | 163857 163857 |
| 308817 | 308817 | 506842 506842 | 163857 163857 |
| 308818 | 308818 | 308640 308640 | 163857 163857 |
| 308819 | 308819 | 112292 112292 | 163857 163857 |
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)
);