inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 83322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 800266 | 800266 | 64881 64881 | 83322 83322 |
| 800267 | 800267 | 65684 65684 | 83322 83322 |
| 800268 | 800268 | 57188 57188 | 83322 83322 |
| 800269 | 800269 | 58458 58458 | 83322 83322 |
| 800270 | 800270 | 64882 64882 | 83322 83322 |
| 800271 | 800271 | 62435 62435 | 83322 83322 |
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)
);