inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54173
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 647411 | 647411 | 28535 28535 | 54173 54173 |
| 647412 | 647412 | 212477 212477 | 54173 54173 |
| 647413 | 647413 | 201440 201440 | 54173 54173 |
| 647414 | 647414 | 75046 75046 | 54173 54173 |
| 647415 | 647415 | 486603 486603 | 54173 54173 |
| 647416 | 647416 | 57502 57502 | 54173 54173 |
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)
);