inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 10725
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 961961 | 961961 | 41373 41373 | 10725 10725 |
| 961962 | 961962 | 534904 534904 | 10725 10725 |
| 961963 | 961963 | 16093 16093 | 10725 10725 |
| 961964 | 961964 | 4393 4393 | 10725 10725 |
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)
);