inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15808
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 145225 | 145225 | 527501 527501 | 15808 15808 |
| 145226 | 145226 | 155847 155847 | 15808 15808 |
| 145227 | 145227 | 28385 28385 | 15808 15808 |
| 145228 | 145228 | 343971 343971 | 15808 15808 |
| 145229 | 145229 | 7501 7501 | 15808 15808 |
| 145230 | 145230 | 77939 77939 | 15808 15808 |
| 145231 | 145231 | 207688 207688 | 15808 15808 |
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)
);