inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 54343
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 221624 | 221624 | 54343 54343 | 32375 32375 |
| 288472 | 288472 | 54343 54343 | 79449 79449 |
| 289365 | 289365 | 54343 54343 | 79447 79447 |
| 433347 | 433347 | 54343 54343 | 79448 79448 |
| 873092 | 873092 | 54343 54343 | 79450 79450 |
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)
);