inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 27477
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764349 | 764349 | 36210 36210 | 27477 27477 |
| 764350 | 764350 | 60290 60290 | 27477 27477 |
| 764351 | 764351 | 291335 291335 | 27477 27477 |
| 764352 | 764352 | 239537 239537 | 27477 27477 |
| 764353 | 764353 | 13935 13935 | 27477 27477 |
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)
);