inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 43382
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 808223 | 808223 | 518261 518261 | 43382 43382 |
| 808224 | 808224 | 288490 288490 | 43382 43382 |
| 808225 | 808225 | 37747 37747 | 43382 43382 |
| 808226 | 808226 | 22556 22556 | 43382 43382 |
| 808227 | 808227 | 255421 255421 | 43382 43382 |
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)
);