inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 72686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 965936 | 965936 | 156031 156031 | 72686 72686 |
| 965937 | 965937 | 78282 78282 | 72686 72686 |
| 965938 | 965938 | 50049 50049 | 72686 72686 |
| 965939 | 965939 | 243798 243798 | 72686 72686 |
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)
);