inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 54255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 418555 | 418555 | 531676 531676 | 54255 54255 |
| 418556 | 418556 | 162793 162793 | 54255 54255 |
| 418557 | 418557 | 28663 28663 | 54255 54255 |
| 418558 | 418558 | 279135 279135 | 54255 54255 |
| 418559 | 418559 | 279136 279136 | 54255 54255 |
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)
);