inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 90868
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 465189 | 465189 | 96603 96603 | 90868 90868 |
| 465190 | 465190 | 498841 498841 | 90868 90868 |
| 465191 | 465191 | 163820 163820 | 90868 90868 |
| 465192 | 465192 | 61964 61964 | 90868 90868 |
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)
);