inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 68943
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 815840 | 815840 | 207992 207992 | 68943 68943 |
| 815841 | 815841 | 47470 47470 | 68943 68943 |
| 815842 | 815842 | 207993 207993 | 68943 68943 |
| 815843 | 815843 | 220327 220327 | 68943 68943 |
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)
);