inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18289
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 496321 | 496321 | 8905 8905 | 18289 18289 |
| 496322 | 496322 | 82666 82666 | 18289 18289 |
| 496323 | 496323 | 491618 491618 | 18289 18289 |
| 496324 | 496324 | 157729 157729 | 18289 18289 |
| 496325 | 496325 | 341399 341399 | 18289 18289 |
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)
);