inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 14360
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 284441 | 284441 | 240568 240568 | 14360 14360 |
| 284442 | 284442 | 30654 30654 | 14360 14360 |
| 284443 | 284443 | 261927 261927 | 14360 14360 |
| 284444 | 284444 | 6581 6581 | 14360 14360 |
| 284445 | 284445 | 488203 488203 | 14360 14360 |
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)
);