inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 56669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 491259 | 491259 | 309766 309766 | 56669 56669 |
| 491260 | 491260 | 525540 525540 | 56669 56669 |
| 491261 | 491261 | 217480 217480 | 56669 56669 |
| 491262 | 491262 | 253434 253434 | 56669 56669 |
| 491263 | 491263 | 74067 74067 | 56669 56669 |
| 491264 | 491264 | 32933 32933 | 56669 56669 |
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)
);