inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 40952
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 513256 | 513256 | 286021 286021 | 40952 40952 |
| 513257 | 513257 | 539040 539040 | 40952 40952 |
| 513258 | 513258 | 61574 61574 | 40952 40952 |
| 513259 | 513259 | 21280 21280 | 40952 40952 |
| 513260 | 513260 | 254310 254310 | 40952 40952 |
| 513261 | 513261 | 328802 328802 | 40952 40952 |
| 513262 | 513262 | 286022 286022 | 40952 40952 |
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)
);