inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 11518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 520887 | 520887 | 4844 4844 | 11518 11518 |
| 520888 | 520888 | 485965 485965 | 11518 11518 |
| 520889 | 520889 | 254579 254579 | 11518 11518 |
| 520890 | 520890 | 46530 46530 | 11518 11518 |
| 520891 | 520891 | 316545 316545 | 11518 11518 |
| 520892 | 520892 | 74158 74158 | 11518 11518 |
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)
);