inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 403968
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 700893 | 700893 | 489559 489559 | 403968 403968 |
| 700894 | 700894 | 366043 366043 | 403968 403968 |
| 700895 | 700895 | 457524 457524 | 403968 403968 |
| 700896 | 700896 | 481358 481358 | 403968 403968 |
| 700897 | 700897 | 412289 412289 | 403968 403968 |
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)
);