inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 334218
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229383 | 229383 | 271460 271460 | 334218 334218 |
| 229384 | 229384 | 298321 298321 | 334218 334218 |
| 229385 | 229385 | 246233 246233 | 334218 334218 |
| 229386 | 229386 | 271461 271461 | 334218 334218 |
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)
);