inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 90324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 529027 | 529027 | 345511 345511 | 90324 90324 |
| 529028 | 529028 | 216181 216181 | 90324 90324 |
| 529029 | 529029 | 61633 61633 | 90324 90324 |
| 529030 | 529030 | 254750 254750 | 90324 90324 |
| 529031 | 529031 | 128502 128502 | 90324 90324 |
| 529032 | 529032 | 539285 539285 | 90324 90324 |
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)
);