inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 11438
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 870375 | 870375 | 39300 39300 | 11438 11438 |
| 870376 | 870376 | 253176 253176 | 11438 11438 |
| 870377 | 870377 | 283955 283955 | 11438 11438 |
| 870378 | 870378 | 4789 4789 | 11438 11438 |
| 870379 | 870379 | 46374 46374 | 11438 11438 |
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)
);