inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 84899
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 893385 | 893385 | 58180 58180 | 84899 84899 |
| 893386 | 893386 | 231862 231862 | 84899 84899 |
| 893387 | 893387 | 166048 166048 | 84899 84899 |
| 893388 | 893388 | 201268 201268 | 84899 84899 |
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)
);