inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 28350
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 715310 | 715310 | 501181 501181 | 28350 28350 |
| 715311 | 715311 | 533434 533434 | 28350 28350 |
| 715312 | 715312 | 70373 70373 | 28350 28350 |
| 715313 | 715313 | 14472 14472 | 28350 28350 |
| 715314 | 715314 | 258873 258873 | 28350 28350 |
| 715315 | 715315 | 101343 101343 | 28350 28350 |
| 715316 | 715316 | 211865 211865 | 28350 28350 |
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)
);