inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 95366
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 253240 | 253240 | 64984 64984 | 95366 95366 |
| 253241 | 253241 | 279831 279831 | 95366 95366 |
| 253242 | 253242 | 531844 531844 | 95366 95366 |
| 253243 | 253243 | 498258 498258 | 95366 95366 |
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)
);