inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 80764
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 199341 | 199341 | 55290 55290 | 80764 80764 |
| 199342 | 199342 | 269445 269445 | 80764 80764 |
| 199343 | 199343 | 311187 311187 | 80764 80764 |
| 199344 | 199344 | 269444 269444 | 80764 80764 |
| 199345 | 199345 | 169541 169541 | 80764 80764 |
| 199346 | 199346 | 502522 502522 | 80764 80764 |
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)
);