inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 303372 | 303372 | 482055 482055 | 404313 404313 |
| 303373 | 303373 | 459819 459819 | 404313 404313 |
| 303374 | 303374 | 459818 459818 | 404313 404313 |
| 303375 | 303375 | 506556 506556 | 404313 404313 |
| 303376 | 303376 | 415813 415813 | 404313 404313 |
| 303377 | 303377 | 369092 369092 | 404313 404313 |
| 303378 | 303378 | 415812 415812 | 404313 404313 |
| 303379 | 303379 | 369091 369091 | 404313 404313 |
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)
);