inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 407502 | 407502 | 485786 485786 | 11324 11324 |
| 407503 | 407503 | 252368 252368 | 11324 11324 |
| 407504 | 407504 | 4724 4724 | 11324 11324 |
| 407505 | 407505 | 282579 282579 | 11324 11324 |
| 407506 | 407506 | 55938 55938 | 11324 11324 |
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)
);