inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15955
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 721379 | 721379 | 34118 34118 | 15955 15955 |
| 721380 | 721380 | 243537 243537 | 15955 15955 |
| 721381 | 721381 | 57591 57591 | 15955 15955 |
| 721382 | 721382 | 489303 489303 | 15955 15955 |
| 721383 | 721383 | 7585 7585 | 15955 15955 |
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)
);