inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 94345
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 338118 | 338118 | 248506 248506 | 94345 94345 |
| 338119 | 338119 | 531077 531077 | 94345 94345 |
| 338120 | 338120 | 496396 496396 | 94345 94345 |
| 338121 | 338121 | 91426 91426 | 94345 94345 |
| 338122 | 338122 | 64323 64323 | 94345 94345 |
| 338123 | 338123 | 345495 345495 | 94345 94345 |
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)
);