inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 98304
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 246006 | 246006 | 66899 66899 | 98304 98304 |
| 246007 | 246007 | 206267 206267 | 98304 98304 |
| 246008 | 246008 | 206266 206266 | 98304 98304 |
| 246009 | 246009 | 153550 153550 | 98304 98304 |
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)
);