inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 54099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 456877 | 456877 | 375074 375074 | 54099 54099 |
| 456878 | 456878 | 464257 464257 | 54099 54099 |
| 456879 | 456879 | 483525 483525 | 54099 54099 |
| 456880 | 456880 | 422808 422808 | 54099 54099 |
| 456881 | 456881 | 218900 218900 | 54099 54099 |
| 456882 | 456882 | 28423 28423 | 54099 54099 |
| 456883 | 456883 | 81183 81183 | 54099 54099 |
| 456884 | 456884 | 330740 330740 | 54099 54099 |
| 456885 | 456885 | 490823 490823 | 54099 54099 |
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)
);