inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 115331
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 477486 | 477486 | 283454 283454 | 115331 115331 |
| 477487 | 477487 | 283453 283453 | 115331 115331 |
| 477488 | 477488 | 252869 252869 | 115331 115331 |
| 477489 | 477489 | 81845 81845 | 115331 115331 |
| 477490 | 477490 | 157324 157324 | 115331 115331 |
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)
);