inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 21777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1003257 | 1003257 | 495537 495537 | 21777 21777 |
| 1003258 | 1003258 | 272800 272800 | 21777 21777 |
| 1003259 | 1003259 | 42346 42346 | 21777 21777 |
| 1003260 | 1003260 | 10810 10810 | 21777 21777 |
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)
);