inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 45531
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 574942 | 574942 | 290134 290134 | 45531 45531 |
| 574943 | 574943 | 134260 134260 | 45531 45531 |
| 574944 | 574944 | 521316 521316 | 45531 45531 |
| 574945 | 574945 | 23692 23692 | 45531 45531 |
| 574946 | 574946 | 290133 290133 | 45531 45531 |
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)
);