inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 404852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 259449 | 259449 | 420237 420237 | 404852 404852 |
| 259450 | 259450 | 462612 462612 | 404852 404852 |
| 259451 | 259451 | 420236 420236 | 404852 404852 |
| 259452 | 259452 | 420238 420238 | 404852 404852 |
| 259453 | 259453 | 372827 372827 | 404852 404852 |
| 259454 | 259454 | 420239 420239 | 404852 404852 |
| 259455 | 259455 | 497502 497502 | 404852 404852 |
| 259456 | 259456 | 483083 483083 | 404852 404852 |
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)
);