inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 118018
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 549504 | 549504 | 492415 492415 | 118018 118018 |
| 549505 | 549505 | 342353 342353 | 118018 118018 |
| 549506 | 549506 | 255435 255435 | 118018 118018 |
| 549507 | 549507 | 83660 83660 | 118018 118018 |
| 549508 | 549508 | 288532 288532 | 118018 118018 |
| 549509 | 549509 | 288533 288533 | 118018 118018 |
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)
);