inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 90911
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 961680 | 961680 | 201403 201403 | 90911 90911 |
| 961681 | 961681 | 250865 250865 | 90911 90911 |
| 961682 | 961682 | 156634 156634 | 90911 90911 |
| 961683 | 961683 | 61993 61993 | 90911 90911 |
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)
);