inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 90825
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 377573 | 377573 | 202017 202017 | 90825 90825 |
| 377574 | 377574 | 307463 307463 | 90825 90825 |
| 377575 | 377575 | 92683 92683 | 90825 90825 |
| 377576 | 377576 | 61934 61934 | 90825 90825 |
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)
);