inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 4856
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 463010 | 463010 | 1922 1922 | 4856 4856 |
| 463011 | 463011 | 532043 532043 | 4856 4856 |
| 463012 | 463012 | 218613 218613 | 4856 4856 |
| 463013 | 463013 | 96540 96540 | 4856 4856 |
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)
);