inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11604
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 883553 | 883553 | 486031 486031 | 11604 11604 |
| 883554 | 883554 | 65837 65837 | 11604 11604 |
| 883555 | 883555 | 255871 255871 | 11604 11604 |
| 883556 | 883556 | 4897 4897 | 11604 11604 |
| 883557 | 883557 | 289516 289516 | 11604 11604 |
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)
);