inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 23948
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 424277 | 424277 | 12000 12000 | 23948 23948 |
| 424278 | 424278 | 163065 163065 | 23948 23948 |
| 424279 | 424279 | 220136 220136 | 23948 23948 |
| 424280 | 424280 | 250745 250745 | 23948 23948 |
| 424281 | 424281 | 94883 94883 | 23948 23948 |
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)
);