inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 148952
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 128284 | 128284 | 229508 229508 | 148952 148952 |
| 128285 | 128285 | 205660 205660 | 148952 148952 |
| 128286 | 128286 | 340443 340443 | 148952 148952 |
| 128287 | 128287 | 502677 502677 | 148952 148952 |
| 128288 | 128288 | 103346 103346 | 148952 148952 |
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)
);