inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404807
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 700033 | 700033 | 372409 372409 | 404807 404807 |
| 700034 | 700034 | 462286 462286 | 404807 404807 |
| 700035 | 700035 | 482968 482968 | 404807 404807 |
| 700036 | 700036 | 497219 497219 | 404807 404807 |
| 700037 | 700037 | 419687 419687 | 404807 404807 |
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)
);