inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 74784
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 181292 | 181292 | 243922 243922 | 74784 74784 |
| 181293 | 181293 | 51400 51400 | 74784 74784 |
| 181294 | 181294 | 267951 267951 | 74784 74784 |
| 181295 | 181295 | 330425 330425 | 74784 74784 |
| 181296 | 181296 | 534763 534763 | 74784 74784 |
| 181297 | 181297 | 267952 267952 | 74784 74784 |
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)
);