inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 67371
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 401201 | 401201 | 251150 251150 | 67371 67371 |
| 401202 | 401202 | 46481 46481 | 67371 67371 |
| 401203 | 401203 | 208018 208018 | 67371 67371 |
| 401204 | 401204 | 219767 219767 | 67371 67371 |
| 401205 | 401205 | 208017 208017 | 67371 67371 |
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)
);