inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 4785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 870351 | 870351 | 240029 240029 | 4785 4785 |
| 870352 | 870352 | 68043 68043 | 4785 4785 |
| 870353 | 870353 | 1888 1888 | 4785 4785 |
| 870354 | 870354 | 292818 292818 | 4785 4785 |
| 870355 | 870355 | 14249 14249 | 4785 4785 |
| 870356 | 870356 | 257389 257389 | 4785 4785 |
| 870357 | 870357 | 533199 533199 | 4785 4785 |
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)
);